#C0D47F

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

Shades of Deco #C0D47F

Tints of Deco #C0D47F

Color information

#C0D47F (or 0xC0D47F) is unknown color: approx Deco. HEX triplet: C0, D4 and 7F. RGB value is (192,212,127). Sum of RGB (Red+Green+Blue) = 192+212+127=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D47F is #3F2B80. Grayscale: #C4C4C4. Windows color (decimal): -4139905 or 8377536. OLE color: 8377536.

HSL color Cylindrical-coordinate representation of color #C0D47F: hue angle of 74.12º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0D47F is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB192212127-
CMYK0.0900.400.17
HSL74.12º49.71%66.47%-
HSV(B)74.12º40.09%83.14%-
XYZ49.1159.8329.04-
YUV196.3388.87124.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.16%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 127 (50% from 255) = 23.92%
R=36.16%
G=39.92%
B=23.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922121270.0900.400.1774.1249.7166.47
HexC0D47F9028114a3242
Octal300324177110502111262102
Binary11000000110101001111111100101010001000110010101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D47F; }

 p { color: rgb(192,212,127); }

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

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

 a { background-color: rgb(192,212,127); }

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

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

 span { border-color: rgb(192,212,127); }

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