#CAD472

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

Shades of Deco #CAD472

Tints of Deco #CAD472

Color information

#CAD472 (or 0xCAD472) is unknown color: approx Deco. HEX triplet: CA, D4 and 72. RGB value is (202,212,114). Sum of RGB (Red+Green+Blue) = 202+212+114=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 212 (83.20% from 255 or 40.15% from 528); Blue value is 114 (44.92% from 255 or 21.59% from 528); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD472 is #352B8D. Grayscale: #C6C6C6. Windows color (decimal): -3484558 or 7525578. OLE color: 7525578.

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

Color convert

RGB202212114-
CMYK0.0500.460.17
HSL66.12º53.26%63.92%-
HSV(B)66.12º46.23%83.14%-
XYZ50.9460.8624.98-
YUV197.8480.69130.97-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 38.26%
GREEN value IS 212 (83.20% from 255) = 40.15%
BLUE value IS 114 (44.92% from 255) = 21.59%
R=38.26%
G=40.15%
B=21.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022121140.0500.460.1766.1253.2663.92
HexCAD472502E11423540
Octal31232416250562110265100
Binary1100101011010100111001010101011101000110000101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD472; }

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

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

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

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

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

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

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

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