#CAD17C

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

Shades of Deco #CAD17C

Tints of Deco #CAD17C

Color information

#CAD17C (or 0xCAD17C) is unknown color: approx Deco. HEX triplet: CA, D1 and 7C. RGB value is (202,209,124). Sum of RGB (Red+Green+Blue) = 202+209+124=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 124 (48.83% from 255 or 23.18% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #CAD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD17C is #352E83. Grayscale: #C5C5C5. Windows color (decimal): -3485316 or 8180170. OLE color: 8180170.

HSL color Cylindrical-coordinate representation of color #CAD17C: hue angle of 64.94º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAD17C is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB202209124-
CMYK0.0300.410.18
HSL64.94º48.02%65.29%-
HSV(B)64.94º40.67%81.96%-
XYZ50.859.6127.9-
YUV197.2286.68131.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.76%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 124 (48.83% from 255) = 23.18%
R=37.76%
G=39.07%
B=23.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022091240.0300.410.1864.9448.0265.29
HexCAD17C302912413041
Octal31232117430512210160101
Binary110010101101000111111001101010011001010000011100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD17C; }

 p { color: rgb(202,209,124); }

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

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

 a { background-color: rgb(202,209,124); }

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

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

 span { border-color: rgb(202,209,124); }

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