#9CDD53

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

Shades of Conifer #9CDD53

Tints of Conifer #9CDD53

Color information

#9CDD53 (or 0x9CDD53) is unknown color: approx Conifer. HEX triplet: 9C, DD and 53. RGB value is (156,221,83). Sum of RGB (Red+Green+Blue) = 156+221+83=460 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.91% from 460); Green value is 221 (86.72% from 255 or 48.04% from 460); Blue value is 83 (32.81% from 255 or 18.04% from 460); Max value from RGB is 221 - color contains mainly: green. Hex color #9CDD53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDD53 is #6322AC. Grayscale: #BABABA. Windows color (decimal): -6496941 or 5496220. OLE color: 5496220.

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

Color convert

RGB15622183-
CMYK0.2900.620.13
HSL88.26º66.99%59.61%-
HSV(B)88.26º62.44%86.67%-
XYZ41.1359.4117.48-
YUV185.8369.97106.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.91%
GREEN value IS 221 (86.72% from 255) = 48.04%
BLUE value IS 83 (32.81% from 255) = 18.04%
R=33.91%
G=48.04%
B=18.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156221830.2900.620.1388.2666.9959.61
Hex9CDD531D03ED58433c
Octal234335123350761513010374
Binary10011100110111011010011111010111110110110110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CDD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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