#C0D475

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

Shades of Deco #C0D475

Tints of Deco #C0D475

Color information

#C0D475 (or 0xC0D475) is unknown color: approx Deco. HEX triplet: C0, D4 and 75. RGB value is (192,212,117). Sum of RGB (Red+Green+Blue) = 192+212+117=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 212 (83.20% from 255 or 40.69% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 212 - color contains mainly: green. Hex color #C0D475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D475 is #3F2B8A. Grayscale: #C3C3C3. Windows color (decimal): -4139915 or 7722176. OLE color: 7722176.

HSL color Cylindrical-coordinate representation of color #C0D475: hue angle of 72.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C0D475 is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB192212117-
CMYK0.0900.450.17
HSL72.63º52.49%64.51%-
HSV(B)72.63º44.81%83.14%-
XYZ48.4959.5825.77-
YUV195.1983.87125.72-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.85%
GREEN value IS 212 (83.20% from 255) = 40.69%
BLUE value IS 117 (46.09% from 255) = 22.46%
R=36.85%
G=40.69%
B=22.46%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1922121170.0900.450.1772.6352.4964.51
HexC0D475902D11493441
Octal300324165110552111164101
Binary11000000110101001110101100101011011000110010011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0D475; }

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

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

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

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

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

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

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

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