COLOR #99CA52

HEX: #99CA52 RGB: (153,202,82)

Color info

#99CA52 contains mainly red and green colors. Web safe color of #99CA52 is #99CC66 (or #9C6).

RGB color model

#99CA52 color RGB value is (153,202,82).

RGB: (153,202,82) (60%, 79%, 32%)

RGB channels and saturation

R 153 of 255 = 60%
G 202 of 255 = 79%
B 82 of 255 = 32%

153
202
82

R + G + B ~ 57%. #99CA52 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 202 + 82 = 437 (100%)
R 153 of 437 ~ 35.01%
G 202 of 437 ~ 46.22%
B 82 of 437 ~ 18.76'%

%35.01
%46.22
%18.76

CMYK color model

#99CA52 color CMYK value is (24,0,59,21).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 59.41%
  • key color value is 20.78%

CMYK: (24,0,59,21)
C24M0Y59K21 (24%, 0%, 59%, 21%)
(0.24 / 0.00 / 0.59 / 0.21)

CMYK percentages

%24.26
%0
%59.41
%20.78

Codes

Color #99CA52 in popluar color models

99 CA 52
RGB 153 202 82
HSL 85° 53.10% 55.69%
HSB/HSV 85° 59.41% 79.22%
CMYK 24.26% 0.00% 59.41%
20.78%

Color #99CA52 in popluar number systems.

HEX 99 CA 52
Decimal 153 202 82
Binary 10011001 11001010 1010010
Octal 231 312 122

Shades and tints

Shades of #99CA52

#99CA52
(153,202,82)
#8CB84B
(140,184,75)
#7FA644
(127,166,68)
#72943D
(114,148,61)
#658236
(101,130,54)
#58702F
(88,112,47)
#4B5E28
(75,94,40)
#3E4C21
(62,76,33)
#313A1A
(49,58,26)
#242813
(36,40,19)
#17160C
(23,22,12)
#000000
(0,0,0)

Tints of #99CA52

#99CA52
(153,202,82)
#A2CE61
(162,206,97)
#ABD270
(171,210,112)
#B4D67F
(180,214,127)
#BDDA8E
(189,218,142)
#C6DE9D
(198,222,157)
#CFE2AC
(207,226,172)
#D8E6BB
(216,230,187)
#E1EACA
(225,234,202)
#EAEED9
(234,238,217)
#F3F2E8
(243,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CA52 color. Also use rgb(153,202,82) instead hex code.

Text Font Color

.myTextColor { color: #99CA52; }

<p style="color:#99CA52">This sample text font color is #99CA52.</p>

This text font color is #99CA52.

Background Color

.myBgColor { background-color: #99CA52; }

<div style="background-color:#99CA52">Inner text</div>

This div background color is #99CA52.

Border color

.myBorderColor { border: 1px solid #99CA52; }

<div style="border:3px solid #99CA52">Div</div>

This div border color is #99CA52.

Opacity

.myOpacity80 { color: #99CA52; opacity: 0.8; }

<p style="color:#99CA52;opacity:0.8;">80%</p>

Text with #99CA52 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #99CA52;}

<p style="text-shadow: 3px 3px 1px #99CA52">Text here.</p>

This text has shadow with #99CA52 color.


.textShadow {text-shadow: 3px 3px 1px #99CA52', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #99CA52, 5px 5px 20px red">Text here.</p>

This text has shadow with #99CA52 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#99CA52, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#99CA52, Direction=45, Strength=4)">Text</p>

This text has shadow with #99CA52 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #99CA52;
-webkit-box-shadow: 1px 1px 3px 2px #99CA52;
box-shadow: 1px 1px 3px 2px #99CA52;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #99CA52; -webkit-box-shadow: 1px 1px 3px 2px #99CA52; box-shadow:1px 1px 3px 2px #99CA52;">
Div content here
</div>

This div box has shadow with color #99CA52.

Preview

Color preview on black background

This text has color #99CA52 on black background.


Color preview on white background

This text has color #99CA52 on white background.


Black color preview on #99CA52 background

This text has black color on #99CA52 background.


White color preview on #99CA52 background

This text has white color on #99CA52 background.


Related colors

Complementary color

Complementary color for #hex is #6635AD.


I love getcolorcode.com

Triadic colors

1 #5299CA and #CA5299 with #99CA52 are triadic colors.

2 #52CA99 and #CA9952 with #99CA52 are triadic colors.