Shades of Deco #C4D372
Tints of Deco #C4D372
RGB
CMYK
RGB Variations
Color information
#C4D372 (or 0xC4D372) is known color: Deco. HEX triplet: C4, D3 and 72. RGB value is (196,211,114). Sum of RGB (Red+Green+Blue) = 196+211+114=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D372 is #3B2C8D. Grayscale: #C3C3C3. Windows color (decimal): -3878030 or 7525316. OLE color: 7525316.
HSL color Cylindrical-coordinate representation of color #C4D372: hue angle of 69.28º degrees, saturation: 0.52, 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 #C4D372 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 211 | 114 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.17 |
| HSL | 69.28º | 0.52% | 0.64% | - |
| HSV(B) | 69.28º | 0.46% | 0.83% | - |
| XYZ | 49.1 | 59.54 | 24.82 | - |
| YUV | 195.46 | 82.03 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 211 | 114 | 0.07 | 0 | 0.46 | 0.17 | 69.28 | 0.52 | 0.64 |
| Hex | C4 | D3 | 72 | 7 | 0 | 2E | 11 | 45 | 34 | 40 |
| Octal | 304 | 323 | 162 | 7 | 0 | 56 | 21 | 105 | 64 | 100 |
| Binary | 11000100 | 11010011 | 1110010 | 111 | 0 | 101110 | 10001 | 1000101 | 110100 | 1000000 |
Color Harmonies of #C4D372
Complementary color
Monochromatic Colors of #C4D372
Black with #C4D372
Text Example
Text Example
White with #C4D372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D372; }
p { color: rgb(196,211,114); }
H1.HeaderClassName
{
color: #C4D372;
}
.AnyTagClassName
{
color: #C4D372;
}
</style>
background-color css
<style>
a { background-color: #C4D372; }
a { background-color: rgb(196,211,114); }
div.DivClassName
{
background-color: #C4D372;
}
.BgClassName
{
background-color: #C4D372;
}
</style>
border-color css
<style>
span { border-color: #C4D372; }
span { border-color: rgb(196,211,114); }
td.TdClassName
{
border-color: #C4D372;
}
.TagClassName
{
border-color: #C4D372;
}
</style>