Shades of Deco #CAD37F
Tints of Deco #CAD37F
RGB
CMYK
RGB Variations
Color information
#CAD37F (or 0xCAD37F) is known color: Deco. HEX triplet: CA, D3 and 7F. RGB value is (202,211,127). Sum of RGB (Red+Green+Blue) = 202+211+127=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 211 (82.81% from 255 or 39.07% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD37F is #352C80. Grayscale: #C7C7C7. Windows color (decimal): -3484801 or 8377290. OLE color: 8377290.
HSL color Cylindrical-coordinate representation of color #CAD37F: hue angle of 66.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CAD37F is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 127 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.17 |
| HSL | 66.43º | 0.49% | 0.66% | - |
| HSV(B) | 66.43º | 0.4% | 0.83% | - |
| XYZ | 51.48 | 60.68 | 29.08 | - |
| YUV | 198.73 | 87.52 | 130.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 127 | 0.04 | 0 | 0.40 | 0.17 | 66.43 | 0.49 | 0.66 |
| Hex | CA | D3 | 7F | 4 | 0 | 28 | 11 | 42 | 31 | 42 |
| Octal | 312 | 323 | 177 | 4 | 0 | 50 | 21 | 102 | 61 | 102 |
| Binary | 11001010 | 11010011 | 1111111 | 100 | 0 | 101000 | 10001 | 1000010 | 110001 | 1000010 |
Color Harmonies of #CAD37F
Complementary color
Monochromatic Colors of #CAD37F
Black with #CAD37F
Text Example
Text Example
White with #CAD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD37F; }
p { color: rgb(202,211,127); }
H1.HeaderClassName
{
color: #CAD37F;
}
.AnyTagClassName
{
color: #CAD37F;
}
</style>
background-color css
<style>
a { background-color: #CAD37F; }
a { background-color: rgb(202,211,127); }
div.DivClassName
{
background-color: #CAD37F;
}
.BgClassName
{
background-color: #CAD37F;
}
</style>
border-color css
<style>
span { border-color: #CAD37F; }
span { border-color: rgb(202,211,127); }
td.TdClassName
{
border-color: #CAD37F;
}
.TagClassName
{
border-color: #CAD37F;
}
</style>