#CAD477

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

Shades of Deco #CAD477

Tints of Deco #CAD477

Color information

#CAD477 (or 0xCAD477) is unknown color: approx Deco. HEX triplet: CA, D4 and 77. RGB value is (202,212,119). Sum of RGB (Red+Green+Blue) = 202+212+119=533 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.90% from 533); Green value is 212 (83.20% from 255 or 39.77% from 533); Blue value is 119 (46.88% from 255 or 22.33% from 533); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD477 is #352B88. Grayscale: #C6C6C6. Windows color (decimal): -3484553 or 7853258. OLE color: 7853258.

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

Color convert

RGB202212119-
CMYK0.0500.440.17
HSL66.45º51.96%64.9%-
HSV(B)66.45º43.87%83.14%-
XYZ51.2360.9826.52-
YUV198.4183.19130.56-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.90%
GREEN value IS 212 (83.20% from 255) = 39.77%
BLUE value IS 119 (46.88% from 255) = 22.33%
R=37.90%
G=39.77%
B=22.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121190.0500.440.1766.4551.9664.9
HexCAD477502C11423441
Octal31232416750542110264101
Binary1100101011010100111011110101011001000110000101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD477; }

 p { color: rgb(202,212,119); }

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

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

 a { background-color: rgb(202,212,119); }

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

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

 span { border-color: rgb(202,212,119); }

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