color codes Logo

#98c74b color codes

#98C74B
(152,199,75)
0 Favorites   0 Comments

Color spaces of #98c74b

RGB 15219975
HSL0.230.530.54
HSV83°62°78°
CMYK 0.240.000.62   0.22
XYZ34.642348.030214.1015
Yxy48.03020.35800.4963
Hunter Lab69.3038-32.056436.4487
CIE-Lab74.8440-34.411655.4389

#98c74b color RGB value is (152,199,75).

#98c74b hex color red value is 152, green value is 199 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #98c74b hue: 0.23 , saturation: 0.53 and the lightness value of 98c74b is 0.54.

The process color (four color CMYK) of #98c74b color code is 0.24, 0.00, 0.62, 0.22. Web safe color of #98c74b is #99cc33. Color #98c74b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 11000111 01001011
Octal 230 307 113
Decimal 152 199 75
Hex 98 C7 4B

RGB Percentages of Color #98c74b

%35.68
%46.71
%17.61

CMYK Percentages of Color #98c74b

%24
%0
%62
%22

Triadic Colors of #98c74b

#98c74b #4b98c7 #c74b98

Analogous Colors of #98c74b

#98c74b #5ac74b #c7b84b

Monochromatic Colors of #98c74b

#98c74b

Complementary Color

#98c74b #7a4bc7

#98c74b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#98c74b Color Preview on White Background

Lorem ipsum dolor sit amet.

#98c74b Color CSS Codes

.mybgcolor {background-color:#98c74b; } 
.myforecolor {color:#98c74b; }
.mybordercolor {border:3px solid #98c74b; }

#98c74b Text Font Color

<p style="color:#98c74b">Text here</p>

This sample text font color is #98c74b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#98c74b Background Color

<div style="background-color:#98c74b">
Div content here</div>

This div background color is #98c74b


#98c74b Border Color

<div style="border:3px solid #98c74b">
Div here</div>

This div border color is #98c74b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,199,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #98c74b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #98c74b;
  -webkit-box-shadow: 1px 1px 3px 2px #98c74b;
  box-shadow:         1px 1px 3px 2px #98c74b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,199,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #98c74b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #98c74b;
  -webkit-box-shadow: 1px 1px 3px 2px #98c74b;
  box-shadow:         1px 1px 3px 2px #98c74b;">
Div content here</div>

This div box has shadow with color #98c74b


Comments

No comments written yet.

Please login to write comment.