COLOR #9DCF28

HEX: #9DCF28
RGB: (157,207,40)

Color info

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

RGB color model

#9DCF28 color RGB value is (157,207,40).

  • red value is 157;
  • green value is 207;
  • blue value is 40.
RGB:
(157,207,40)
(62%,81%,16%)

RGB channels and saturation

R 157 of 255 = 62%
G 207 of 255 = 81%
B 40 of 255 = 16%

157
207
40

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

Portions of RGB colors in percentages

R + G + B =
157 + 207 + 40 = 404 (100%)
R 157 of 404 ~ 38.86%
G 207 of 404 ~ 51.24%
B 40 of 404 ~ 9.9%

%38.86
%51.24
%9.9

CMYK color model

#9DCF28 color CMYK value is (24,0,81,19).

  • cyan value is 24.15%
  • magenta value is 0.00%
  • yellow value is 80.68%
  • key color value is 18.82%
CMYK:
(24,0,81,19)
C24M0Y81K19 
(24%,0%,81%,19%)
(0.24/0.00/0.81/0.19)	

CMYK percentages

%24.15
%0
%80.68
%18.82

Codes

Color #9DCF28 in popluar color models

9DCF28
RGB15720740
HSL78°67.61%48.43%
HSB/HSV78°80.68%81.18%
CMYK24.15%0.00%80.68%
18.82%

Color #9DCF28 in popluar number systems.

HEX9DCF28
Decimal15720740
Binary1001110111001111101000
Octal23531750

Shades and tints

Shades of #9DCF28

#9DCF28
(157,207,40)
#8FBD25
(143,189,37)
#81AB22
(129,171,34)
#73991F
(115,153,31)
#65871C
(101,135,28)
#577519
(87,117,25)
#496316
(73,99,22)
#3B5113
(59,81,19)
#2D3F10
(45,63,16)
#1F2D0D
(31,45,13)
#111B0A
(17,27,10)
#000000
(0,0,0)

Tints of #9DCF28

#9DCF28
(157,207,40)
#A5D33B
(165,211,59)
#ADD74E
(173,215,78)
#B5DB61
(181,219,97)
#BDDF74
(189,223,116)
#C5E387
(197,227,135)
#CDE79A
(205,231,154)
#D5EBAD
(213,235,173)
#DDEFC0
(221,239,192)
#E5F3D3
(229,243,211)
#EDF7E6
(237,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCF28; }

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

This text font color is #9DCF28.


Background Color

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

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

This div background color is #9DCF28.


Border color

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

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

This div border color is #9DCF28.


Opacity

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

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

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

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

This text has shadow with #9DCF28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DCF28 on black background.


Color preview on white background

This text has color #9DCF28 on white background.



Black color preview on #9DCF28 background

This text has black color on #9DCF28 background.


White color preview on #9DCF28 background

This text has white color on #9DCF28 background.