Shades of Deco #CAD574
Tints of Deco #CAD574
RGB
CMYK
RGB Variations
Color information
#CAD574 (or 0xCAD574) is known color: Deco. HEX triplet: CA, D5 and 74. RGB value is (202,213,116). Sum of RGB (Red+Green+Blue) = 202+213+116=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 116 (45.70% from 255 or 21.85% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD574 is #352A8B. Grayscale: #C7C7C7. Windows color (decimal): -3484300 or 7656906. OLE color: 7656906.
HSL color Cylindrical-coordinate representation of color #CAD574: hue angle of 66.8º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAD574 is Cyan = 0.05, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 116 | - |
| CMYK | 0.05 | 0 | 0.46 | 0.16 |
| HSL | 66.8º | 0.54% | 0.65% | - |
| HSV(B) | 66.8º | 0.46% | 0.84% | - |
| XYZ | 51.3 | 61.41 | 25.67 | - |
| YUV | 198.65 | 81.36 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 116 | 0.05 | 0 | 0.46 | 0.16 | 66.8 | 0.54 | 0.65 |
| Hex | CA | D5 | 74 | 5 | 0 | 2E | 10 | 43 | 36 | 41 |
| Octal | 312 | 325 | 164 | 5 | 0 | 56 | 20 | 103 | 66 | 101 |
| Binary | 11001010 | 11010101 | 1110100 | 101 | 0 | 101110 | 10000 | 1000011 | 110110 | 1000001 |
Color Harmonies of #CAD574
Complementary color
Monochromatic Colors of #CAD574
Black with #CAD574
Text Example
Text Example
White with #CAD574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD574; }
p { color: rgb(202,213,116); }
H1.HeaderClassName
{
color: #CAD574;
}
.AnyTagClassName
{
color: #CAD574;
}
</style>
background-color css
<style>
a { background-color: #CAD574; }
a { background-color: rgb(202,213,116); }
div.DivClassName
{
background-color: #CAD574;
}
.BgClassName
{
background-color: #CAD574;
}
</style>
border-color css
<style>
span { border-color: #CAD574; }
span { border-color: rgb(202,213,116); }
td.TdClassName
{
border-color: #CAD574;
}
.TagClassName
{
border-color: #CAD574;
}
</style>