#9CDD50

Color #9CDD50 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9CDD50

Tints of Conifer #9CDD50

Color information

#9CDD50 (or 0x9CDD50) is unknown color: approx Conifer. HEX triplet: 9C, DD and 50. RGB value is (156,221,80). Sum of RGB (Red+Green+Blue) = 156+221+80=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD50 is #6322AF. Grayscale: #B9B9B9. Windows color (decimal): -6496944 or 5299612. OLE color: 5299612.

HSL color Cylindrical-coordinate representation of color #9CDD50: hue angle of 87.66º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CDD50 is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB15622180-
CMYK0.2900.640.13
HSL87.66º67.46%59.02%-
HSV(B)87.66º63.8%86.67%-
XYZ41.0159.3616.89-
YUV185.4968.47106.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=34.14%
G=48.36%
B=17.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156221800.2900.640.1387.6667.4659.02
Hex9CDD501D040D58433b
Octal2343351203501001513010373
Binary100111001101110110100001110101000000110110110001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CDD50; }

 p { color: rgb(156,221,80); }

 H1.HeaderClassName
 {
   color: #9CDD50;
 }
 .AnyTagClassName
 {
   color: #9CDD50;
 }
</style>
background-color css

<style>
 a { background-color: #9CDD50; }

 a { background-color: rgb(156,221,80); }

 div.DivClassName
 {
   background-color: #9CDD50;
 }
 .BgClassName
 {
   background-color: #9CDD50;
 }
</style>
border-color css

<style>
 span { border-color: #9CDD50; }

 span { border-color: rgb(156,221,80); }

 td.TdClassName
 {
   border-color: #9CDD50;
 }
 .TagClassName
 {
   border-color: #9CDD50;
 }
</style>