COLOR #9DCF51

HEX: #9DCF51 RGB: (157,207,81)

Color info

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

RGB color model

#9DCF51 color RGB value is (157,207,81).

RGB: (157,207,81) (62%, 81%, 32%)

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 81 of 255 = 32%

157
207
81

R + G + B ~ 58%. #9DCF51 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 157 + 207 + 81 = 445 (100%)
R 157 of 445 ~ 35.28%
G 207 of 445 ~ 46.52%
B 81 of 445 ~ 18.2'%

%35.28
%46.52
%18.2

CMYK color model

#9DCF51 color CMYK value is (24,0,61,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 60.87%
  • key color value is 18.82%

CMYK: (24,0,61,19)
C24M0Y61K19 (24%, 0%, 61%, 19%)
(0.24 / 0.00 / 0.61 / 0.19)

CMYK percentages

%24.15
%0
%60.87
%18.82

Codes

Color #9DCF51 in popluar color models

9D CF 51
RGB 157 207 81
HSL 84° 56.76% 56.47%
HSB/HSV 84° 60.87% 81.18%
CMYK 24.15% 0.00% 60.87%
18.82%

Color #9DCF51 in popluar number systems.

HEX 9D CF 51
Decimal 157 207 81
Binary 10011101 11001111 1010001
Octal 235 317 121

Shades and tints

Shades of #9DCF51

#9DCF51
(157,207,81)
#8FBD4A
(143,189,74)
#81AB43
(129,171,67)
#73993C
(115,153,60)
#658735
(101,135,53)
#57752E
(87,117,46)
#496327
(73,99,39)
#3B5120
(59,81,32)
#2D3F19
(45,63,25)
#1F2D12
(31,45,18)
#111B0B
(17,27,11)
#000000
(0,0,0)

Tints of #9DCF51

#9DCF51
(157,207,81)
#A5D360
(165,211,96)
#ADD76F
(173,215,111)
#B5DB7E
(181,219,126)
#BDDF8D
(189,223,141)
#C5E39C
(197,227,156)
#CDE7AB
(205,231,171)
#D5EBBA
(213,235,186)
#DDEFC9
(221,239,201)
#E5F3D8
(229,243,216)
#EDF7E7
(237,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DCF51 color. Also use rgb(157,207,81) instead hex code.

Text Font Color

.myTextColor { color: #9DCF51; }

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

This text font color is #9DCF51.

Background Color

.myBgColor { background-color: #9DCF51; }

<div style="background-color:#9DCF51">Inner text</div>

This div background color is #9DCF51.

Border color

.myBorderColor { border: 1px solid #9DCF51; }

<div style="border:3px solid #9DCF51">Div</div>

This div border color is #9DCF51.

Opacity

.myOpacity80 { color: #9DCF51; opacity: 0.8; }

<p style="color:#9DCF51;opacity:0.8;">80%</p>

Text with #9DCF51 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 #9DCF51;}

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

This text has shadow with #9DCF51 color.


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

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

This text has shadow with #9DCF51 primary color and red secondary color.


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

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

This text has shadow with #9DCF51 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9DCF51.

Preview

Color preview on black background

This text has color #9DCF51 on black background.


Color preview on white background

This text has color #9DCF51 on white background.


Black color preview on #9DCF51 background

This text has black color on #9DCF51 background.


White color preview on #9DCF51 background

This text has white color on #9DCF51 background.


Related colors

Complementary color

Complementary color for #hex is #6230AE.


I love getcolorcode.com

Triadic colors

1 #519DCF and #CF519D with #9DCF51 are triadic colors.

2 #51CF9D and #CF9D51 with #9DCF51 are triadic colors.