Shades of Deco #CAD77C
Tints of Deco #CAD77C
RGB
CMYK
RGB Variations
Color information
#CAD77C (or 0xCAD77C) is known color: Deco. HEX triplet: CA, D7 and 7C. RGB value is (202,215,124). Sum of RGB (Red+Green+Blue) = 202+215+124=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD77C is #352883. Grayscale: #C9C9C9. Windows color (decimal): -3483780 or 8181706. OLE color: 8181706.
HSL color Cylindrical-coordinate representation of color #CAD77C: hue angle of 68.57º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAD77C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 215 | 124 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.16 |
| HSL | 68.57º | 0.53% | 0.66% | - |
| HSV(B) | 68.57º | 0.42% | 0.84% | - |
| XYZ | 52.3 | 62.61 | 28.4 | - |
| YUV | 200.74 | 84.69 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 215 | 124 | 0.06 | 0 | 0.42 | 0.16 | 68.57 | 0.53 | 0.66 |
| Hex | CA | D7 | 7C | 6 | 0 | 2A | 10 | 45 | 35 | 42 |
| Octal | 312 | 327 | 174 | 6 | 0 | 52 | 20 | 105 | 65 | 102 |
| Binary | 11001010 | 11010111 | 1111100 | 110 | 0 | 101010 | 10000 | 1000101 | 110101 | 1000010 |
Color Harmonies of #CAD77C
Complementary color
Monochromatic Colors of #CAD77C
Black with #CAD77C
Text Example
Text Example
White with #CAD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD77C; }
p { color: rgb(202,215,124); }
H1.HeaderClassName
{
color: #CAD77C;
}
.AnyTagClassName
{
color: #CAD77C;
}
</style>
background-color css
<style>
a { background-color: #CAD77C; }
a { background-color: rgb(202,215,124); }
div.DivClassName
{
background-color: #CAD77C;
}
.BgClassName
{
background-color: #CAD77C;
}
</style>
border-color css
<style>
span { border-color: #CAD77C; }
span { border-color: rgb(202,215,124); }
td.TdClassName
{
border-color: #CAD77C;
}
.TagClassName
{
border-color: #CAD77C;
}
</style>