Shades of Deco #C4D272
Tints of Deco #C4D272
RGB
CMYK
RGB Variations
Color information
#C4D272 (or 0xC4D272) is known color: Deco. HEX triplet: C4, D2 and 72. RGB value is (196,210,114). Sum of RGB (Red+Green+Blue) = 196+210+114=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 114 (44.92% from 255 or 21.92% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D272 is #3B2D8D. Grayscale: #C3C3C3. Windows color (decimal): -3878286 or 7525060. OLE color: 7525060.
HSL color Cylindrical-coordinate representation of color #C4D272: hue angle of 68.75º 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 #C4D272 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 114 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.18 |
| HSL | 68.75º | 0.52% | 0.64% | - |
| HSV(B) | 68.75º | 0.46% | 0.82% | - |
| XYZ | 48.85 | 59.04 | 24.74 | - |
| YUV | 194.87 | 82.36 | 128.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 114 | 0.07 | 0 | 0.46 | 0.18 | 68.75 | 0.52 | 0.64 |
| Hex | C4 | D2 | 72 | 7 | 0 | 2E | 12 | 45 | 34 | 40 |
| Octal | 304 | 322 | 162 | 7 | 0 | 56 | 22 | 105 | 64 | 100 |
| Binary | 11000100 | 11010010 | 1110010 | 111 | 0 | 101110 | 10010 | 1000101 | 110100 | 1000000 |
Color Harmonies of #C4D272
Complementary color
Monochromatic Colors of #C4D272
Black with #C4D272
Text Example
Text Example
White with #C4D272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D272; }
p { color: rgb(196,210,114); }
H1.HeaderClassName
{
color: #C4D272;
}
.AnyTagClassName
{
color: #C4D272;
}
</style>
background-color css
<style>
a { background-color: #C4D272; }
a { background-color: rgb(196,210,114); }
div.DivClassName
{
background-color: #C4D272;
}
.BgClassName
{
background-color: #C4D272;
}
</style>
border-color css
<style>
span { border-color: #C4D272; }
span { border-color: rgb(196,210,114); }
td.TdClassName
{
border-color: #C4D272;
}
.TagClassName
{
border-color: #C4D272;
}
</style>