#C0D577

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

Shades of Deco #C0D577

Tints of Deco #C0D577

Color information

#C0D577 (or 0xC0D577) is unknown color: approx Deco. HEX triplet: C0, D5 and 77. RGB value is (192,213,119). Sum of RGB (Red+Green+Blue) = 192+213+119=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 119 (46.88% from 255 or 22.71% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #C0D577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D577 is #3F2A88. Grayscale: #C4C4C4. Windows color (decimal): -4139657 or 7853504. OLE color: 7853504.

HSL color Cylindrical-coordinate representation of color #C0D577: hue angle of 73.4º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0D577 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB192213119-
CMYK0.1000.440.16
HSL73.4º52.81%65.1%-
HSV(B)73.4º44.13%83.53%-
XYZ48.8660.1326.48-
YUV19684.54125.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 213 (83.59% from 255) = 40.65%
BLUE value IS 119 (46.88% from 255) = 22.71%
R=36.64%
G=40.65%
B=22.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1922131190.1000.440.1673.452.8165.1
HexC0D577A02C10493541
Octal300325167120542011165101
Binary11000000110101011110111101001011001000010010011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D577; }

 p { color: rgb(192,213,119); }

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

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

 a { background-color: rgb(192,213,119); }

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

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

 span { border-color: rgb(192,213,119); }

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