Shades of Deco #CAD471
Tints of Deco #CAD471
RGB
CMYK
RGB Variations
Color information
#CAD471 (or 0xCAD471) is known color: Deco. HEX triplet: CA, D4 and 71. RGB value is (202,212,113). Sum of RGB (Red+Green+Blue) = 202+212+113=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD471 is #352B8E. Grayscale: #C6C6C6. Windows color (decimal): -3484559 or 7460042. OLE color: 7460042.
HSL color Cylindrical-coordinate representation of color #CAD471: hue angle of 66.06º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAD471 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 113 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.17 |
| HSL | 66.06º | 0.54% | 0.64% | - |
| HSV(B) | 66.06º | 0.47% | 0.83% | - |
| XYZ | 50.88 | 60.84 | 24.68 | - |
| YUV | 197.72 | 80.19 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 113 | 0.05 | 0 | 0.47 | 0.17 | 66.06 | 0.54 | 0.64 |
| Hex | CA | D4 | 71 | 5 | 0 | 2F | 11 | 42 | 36 | 40 |
| Octal | 312 | 324 | 161 | 5 | 0 | 57 | 21 | 102 | 66 | 100 |
| Binary | 11001010 | 11010100 | 1110001 | 101 | 0 | 101111 | 10001 | 1000010 | 110110 | 1000000 |
Color Harmonies of #CAD471
Complementary color
Monochromatic Colors of #CAD471
Black with #CAD471
Text Example
Text Example
White with #CAD471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD471; }
p { color: rgb(202,212,113); }
H1.HeaderClassName
{
color: #CAD471;
}
.AnyTagClassName
{
color: #CAD471;
}
</style>
background-color css
<style>
a { background-color: #CAD471; }
a { background-color: rgb(202,212,113); }
div.DivClassName
{
background-color: #CAD471;
}
.BgClassName
{
background-color: #CAD471;
}
</style>
border-color css
<style>
span { border-color: #CAD471; }
span { border-color: rgb(202,212,113); }
td.TdClassName
{
border-color: #CAD471;
}
.TagClassName
{
border-color: #CAD471;
}
</style>