#CAD579

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

Shades of Deco #CAD579

Tints of Deco #CAD579

Color information

#CAD579 (or 0xCAD579) is unknown color: approx Deco. HEX triplet: CA, D5 and 79. RGB value is (202,213,121). Sum of RGB (Red+Green+Blue) = 202+213+121=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 121 (47.66% from 255 or 22.57% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD579 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD579 is #352A86. Grayscale: #C7C7C7. Windows color (decimal): -3484295 or 7984586. OLE color: 7984586.

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

Color convert

RGB202213121-
CMYK0.0500.430.16
HSL67.17º52.27%65.49%-
HSV(B)67.17º43.19%83.53%-
XYZ51.661.5327.25-
YUV199.2283.86129.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 213 (83.59% from 255) = 39.74%
BLUE value IS 121 (47.66% from 255) = 22.57%
R=37.69%
G=39.74%
B=22.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131210.0500.430.1667.1752.2765.49
HexCAD579502B10433441
Octal31232517150532010364101
Binary1100101011010101111100110101010111000010000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD579; }

 p { color: rgb(202,213,121); }

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

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

 a { background-color: rgb(202,213,121); }

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

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

 span { border-color: rgb(202,213,121); }

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