#C0D07E

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

Shades of Deco #C0D07E

Tints of Deco #C0D07E

Color information

#C0D07E (or 0xC0D07E) is unknown color: approx Deco. HEX triplet: C0, D0 and 7E. RGB value is (192,208,126). Sum of RGB (Red+Green+Blue) = 192+208+126=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #C0D07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D07E is #3F2F81. Grayscale: #C2C2C2. Windows color (decimal): -4140930 or 8310976. OLE color: 8310976.

HSL color Cylindrical-coordinate representation of color #C0D07E: hue angle of 71.71º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C0D07E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB192208126-
CMYK0.0800.390.18
HSL71.71º46.59%65.49%-
HSV(B)71.71º39.42%81.57%-
XYZ48.0657.8228.37-
YUV193.8789.7126.67-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=36.50%
G=39.54%
B=23.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1922081260.0800.390.1871.7146.5965.49
HexC0D07E802712482f41
Octal300320176100472211057101
Binary11000000110100001111110100001001111001010010001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D07E; }

 p { color: rgb(192,208,126); }

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

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

 a { background-color: rgb(192,208,126); }

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

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

 span { border-color: rgb(192,208,126); }

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