#CAD37C

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

Shades of Deco #CAD37C

Tints of Deco #CAD37C

Color information

#CAD37C (or 0xCAD37C) is unknown color: approx Deco. HEX triplet: CA, D3 and 7C. RGB value is (202,211,124). Sum of RGB (Red+Green+Blue) = 202+211+124=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 211 (82.81% from 255 or 39.29% from 537); Blue value is 124 (48.83% from 255 or 23.09% from 537); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD37C is #352C83. Grayscale: #C6C6C6. Windows color (decimal): -3484804 or 8180682. OLE color: 8180682.

HSL color Cylindrical-coordinate representation of color #CAD37C: hue angle of 66.21º degrees, saturation: 0.5, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAD37C is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB202211124-
CMYK0.0400.410.17
HSL66.21º49.71%65.69%-
HSV(B)66.21º41.23%82.75%-
XYZ51.2960.628.06-
YUV198.3986.02130.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.62%
GREEN value IS 211 (82.81% from 255) = 39.29%
BLUE value IS 124 (48.83% from 255) = 23.09%
R=37.62%
G=39.29%
B=23.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2022111240.0400.410.1766.2149.7165.69
HexCAD37C402911423242
Octal31232317440512110262102
Binary1100101011010011111110010001010011000110000101100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD37C; }

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

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

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

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

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

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

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

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