Shades of Deco #C5D272
Tints of Deco #C5D272
RGB
CMYK
RGB Variations
Color information
#C5D272 (or 0xC5D272) is known color: Deco. HEX triplet: C5, D2 and 72. RGB value is (197,210,114). Sum of RGB (Red+Green+Blue) = 197+210+114=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D272 is #3A2D8D. Grayscale: #C3C3C3. Windows color (decimal): -3812750 or 7525061. OLE color: 7525061.
HSL color Cylindrical-coordinate representation of color #C5D272: hue angle of 68.13º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5D272 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 114 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.18 |
| HSL | 68.13º | 0.52% | 0.64% | - |
| HSV(B) | 68.13º | 0.46% | 0.82% | - |
| XYZ | 49.11 | 59.18 | 24.75 | - |
| YUV | 195.17 | 82.19 | 129.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 114 | 0.06 | 0 | 0.46 | 0.18 | 68.13 | 0.52 | 0.64 |
| Hex | C5 | D2 | 72 | 6 | 0 | 2E | 12 | 44 | 34 | 40 |
| Octal | 305 | 322 | 162 | 6 | 0 | 56 | 22 | 104 | 64 | 100 |
| Binary | 11000101 | 11010010 | 1110010 | 110 | 0 | 101110 | 10010 | 1000100 | 110100 | 1000000 |
Color Harmonies of #C5D272
Complementary color
Monochromatic Colors of #C5D272
Black with #C5D272
Text Example
Text Example
White with #C5D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D272; }
p { color: rgb(197,210,114); }
H1.HeaderClassName
{
color: #C5D272;
}
.AnyTagClassName
{
color: #C5D272;
}
</style>
background-color css
<style>
a { background-color: #C5D272; }
a { background-color: rgb(197,210,114); }
div.DivClassName
{
background-color: #C5D272;
}
.BgClassName
{
background-color: #C5D272;
}
</style>
border-color css
<style>
span { border-color: #C5D272; }
span { border-color: rgb(197,210,114); }
td.TdClassName
{
border-color: #C5D272;
}
.TagClassName
{
border-color: #C5D272;
}
</style>