COLOR #99CB41

HEX: #99CB41 RGB: (153,203,65)

Color info

#99CB41 contains mainly red and green colors. Web safe color of #99CB41 is #99CC33 (or #9C3).

RGB color model

#99CB41 color RGB value is (153,203,65).

RGB: (153,203,65) (60%, 80%, 25%)

RGB channels and saturation

R 153 of 255 = 60%
G 203 of 255 = 80%
B 65 of 255 = 25%

153
203
65

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

Portions of RGB colors in percentages

R + G + B = 153 + 203 + 65 = 421 (100%)
R 153 of 421 ~ 36.34%
G 203 of 421 ~ 48.22%
B 65 of 421 ~ 15.44'%

%36.34
%48.22
%15.44

CMYK color model

#99CB41 color CMYK value is (25,0,68,20).

  • cyan value is 24.63%
  • magenta value is 0.00%
  • yellow value is 67.98%
  • key color value is 20.39%

CMYK: (25,0,68,20)
C25M0Y68K20 (25%, 0%, 68%, 20%)
(0.25 / 0.00 / 0.68 / 0.20)

CMYK percentages

%24.63
%0
%67.98
%20.39

Codes

Color #99CB41 in popluar color models

99 CB 41
RGB 153 203 65
HSL 82° 57.02% 52.55%
HSB/HSV 82° 67.98% 79.61%
CMYK 24.63% 0.00% 67.98%
20.39%

Color #99CB41 in popluar number systems.

HEX 99 CB 41
Decimal 153 203 65
Binary 10011001 11001011 1000001
Octal 231 313 101

Shades and tints

Shades of #99CB41

#99CB41
(153,203,65)
#8CB93C
(140,185,60)
#7FA737
(127,167,55)
#729532
(114,149,50)
#65832D
(101,131,45)
#587128
(88,113,40)
#4B5F23
(75,95,35)
#3E4D1E
(62,77,30)
#313B19
(49,59,25)
#242914
(36,41,20)
#17170F
(23,23,15)
#000000
(0,0,0)

Tints of #99CB41

#99CB41
(153,203,65)
#A2CF52
(162,207,82)
#ABD363
(171,211,99)
#B4D774
(180,215,116)
#BDDB85
(189,219,133)
#C6DF96
(198,223,150)
#CFE3A7
(207,227,167)
#D8E7B8
(216,231,184)
#E1EBC9
(225,235,201)
#EAEFDA
(234,239,218)
#F3F3EB
(243,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99CB41 color. Also use rgb(153,203,65) instead hex code.

Text Font Color

.myTextColor { color: #99CB41; }

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

This text font color is #99CB41.

Background Color

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

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

This div background color is #99CB41.

Border color

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

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

This div border color is #99CB41.

Opacity

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

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

Text with #99CB41 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 #99CB41;}

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

This text has shadow with #99CB41 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99CB41.

Preview

Color preview on black background

This text has color #99CB41 on black background.


Color preview on white background

This text has color #99CB41 on white background.


Black color preview on #99CB41 background

This text has black color on #99CB41 background.


White color preview on #99CB41 background

This text has white color on #99CB41 background.


Related colors

Complementary color

Complementary color for #hex is #6634BE.


I love getcolorcode.com

Triadic colors

1 #4199CB and #CB4199 with #99CB41 are triadic colors.

2 #41CB99 and #CB9941 with #99CB41 are triadic colors.