#C0DD54

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

Shades of Conifer #C0DD54

Tints of Conifer #C0DD54

Color information

#C0DD54 (or 0xC0DD54) is unknown color: approx Conifer. HEX triplet: C0, DD and 54. RGB value is (192,221,84). Sum of RGB (Red+Green+Blue) = 192+221+84=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD54 is #3F22AB. Grayscale: #C5C5C5. Windows color (decimal): -4137644 or 5561792. OLE color: 5561792.

HSL color Cylindrical-coordinate representation of color #C0DD54: hue angle of 72.7º 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 #C0DD54 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB19222184-
CMYK0.1300.620.13
HSL72.7º66.83%59.8%-
HSV(B)72.7º61.99%86.67%-
XYZ49.1963.5618.06-
YUV196.7164.39124.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 84 (33.20% from 255) = 16.90%
R=38.63%
G=44.47%
B=16.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal192221840.1300.620.1372.766.8359.8
HexC0DD54D03ED49433c
Octal300335124150761511110374
Binary1100000011011101101010011010111110110110010011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0DD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0DD54; }

 p { color: rgb(192,221,84); }

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

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

 a { background-color: rgb(192,221,84); }

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

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

 span { border-color: rgb(192,221,84); }

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