#CAD57F

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

Shades of Deco #CAD57F

Tints of Deco #CAD57F

Color information

#CAD57F (or 0xCAD57F) is unknown color: approx Deco. HEX triplet: CA, D5 and 7F. RGB value is (202,213,127). Sum of RGB (Red+Green+Blue) = 202+213+127=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 127 (50% from 255 or 23.43% from 542); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD57F is #352A80. Grayscale: #C8C8C8. Windows color (decimal): -3484289 or 8377802. OLE color: 8377802.

HSL color Cylindrical-coordinate representation of color #CAD57F: hue angle of 67.67º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAD57F is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB202213127-
CMYK0.0500.400.16
HSL67.67º50.59%66.67%-
HSV(B)67.67º40.38%83.53%-
XYZ51.9861.6829.24-
YUV199.9186.86129.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 213 (83.59% from 255) = 39.30%
BLUE value IS 127 (50% from 255) = 23.43%
R=37.27%
G=39.30%
B=23.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2022131270.0500.400.1667.6750.5966.67
HexCAD57F502810443343
Octal31232517750502010463103
Binary1100101011010101111111110101010001000010001001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAD57F; }

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

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

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

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

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

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

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

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