Shades of Deco #C7D472
Tints of Deco #C7D472
RGB
CMYK
RGB Variations
Color information
#C7D472 (or 0xC7D472) is known color: Deco. HEX triplet: C7, D4 and 72. RGB value is (199,212,114). Sum of RGB (Red+Green+Blue) = 199+212+114=525 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.90% from 525); Green value is 212 (83.20% from 255 or 40.38% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 212 - color contains mainly: green. Hex color #C7D472 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D472 is #382B8D. Grayscale: #C5C5C5. Windows color (decimal): -3681166 or 7525575. OLE color: 7525575.
HSL color Cylindrical-coordinate representation of color #C7D472: hue angle of 67.96º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C7D472 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 212 | 114 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.17 |
| HSL | 67.96º | 0.53% | 0.64% | - |
| HSV(B) | 67.96º | 0.46% | 0.83% | - |
| XYZ | 50.13 | 60.44 | 24.94 | - |
| YUV | 196.94 | 81.19 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 212 | 114 | 0.06 | 0 | 0.46 | 0.17 | 67.96 | 0.53 | 0.64 |
| Hex | C7 | D4 | 72 | 6 | 0 | 2E | 11 | 44 | 35 | 40 |
| Octal | 307 | 324 | 162 | 6 | 0 | 56 | 21 | 104 | 65 | 100 |
| Binary | 11000111 | 11010100 | 1110010 | 110 | 0 | 101110 | 10001 | 1000100 | 110101 | 1000000 |
Color Harmonies of #C7D472
Complementary color
Monochromatic Colors of #C7D472
Black with #C7D472
Text Example
Text Example
White with #C7D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D472; }
p { color: rgb(199,212,114); }
H1.HeaderClassName
{
color: #C7D472;
}
.AnyTagClassName
{
color: #C7D472;
}
</style>
background-color css
<style>
a { background-color: #C7D472; }
a { background-color: rgb(199,212,114); }
div.DivClassName
{
background-color: #C7D472;
}
.BgClassName
{
background-color: #C7D472;
}
</style>
border-color css
<style>
span { border-color: #C7D472; }
span { border-color: rgb(199,212,114); }
td.TdClassName
{
border-color: #C7D472;
}
.TagClassName
{
border-color: #C7D472;
}
</style>