Shades of Deco #C5D672
Tints of Deco #C5D672
RGB
CMYK
RGB Variations
Color information
#C5D672 (or 0xC5D672) is known color: Deco. HEX triplet: C5, D6 and 72. RGB value is (197,214,114). Sum of RGB (Red+Green+Blue) = 197+214+114=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D672 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D672 is #3A298D. Grayscale: #C5C5C5. Windows color (decimal): -3811726 or 7526085. OLE color: 7526085.
HSL color Cylindrical-coordinate representation of color #C5D672: hue angle of 70.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C5D672 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 114 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.16 |
| HSL | 70.2º | 0.55% | 0.64% | - |
| HSV(B) | 70.2º | 0.47% | 0.84% | - |
| XYZ | 50.11 | 61.18 | 25.09 | - |
| YUV | 197.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 114 | 0.08 | 0 | 0.47 | 0.16 | 70.2 | 0.55 | 0.64 |
| Hex | C5 | D6 | 72 | 8 | 0 | 2F | 10 | 46 | 37 | 40 |
| Octal | 305 | 326 | 162 | 10 | 0 | 57 | 20 | 106 | 67 | 100 |
| Binary | 11000101 | 11010110 | 1110010 | 1000 | 0 | 101111 | 10000 | 1000110 | 110111 | 1000000 |
Color Harmonies of #C5D672
Complementary color
Monochromatic Colors of #C5D672
Black with #C5D672
Text Example
Text Example
White with #C5D672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D672; }
p { color: rgb(197,214,114); }
H1.HeaderClassName
{
color: #C5D672;
}
.AnyTagClassName
{
color: #C5D672;
}
</style>
background-color css
<style>
a { background-color: #C5D672; }
a { background-color: rgb(197,214,114); }
div.DivClassName
{
background-color: #C5D672;
}
.BgClassName
{
background-color: #C5D672;
}
</style>
border-color css
<style>
span { border-color: #C5D672; }
span { border-color: rgb(197,214,114); }
td.TdClassName
{
border-color: #C5D672;
}
.TagClassName
{
border-color: #C5D672;
}
</style>