Shades of Deco #C4D278
Tints of Deco #C4D278
RGB
CMYK
RGB Variations
Color information
#C4D278 (or 0xC4D278) is known color: Deco. HEX triplet: C4, D2 and 78. RGB value is (196,210,120). Sum of RGB (Red+Green+Blue) = 196+210+120=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 120 (47.27% from 255 or 22.81% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D278 is #3B2D87. Grayscale: #C3C3C3. Windows color (decimal): -3878280 or 7918276. OLE color: 7918276.
HSL color Cylindrical-coordinate representation of color #C4D278: hue angle of 69.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4D278 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 120 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.18 |
| HSL | 69.33º | 0.5% | 0.65% | - |
| HSV(B) | 69.33º | 0.43% | 0.82% | - |
| XYZ | 49.2 | 59.19 | 26.6 | - |
| YUV | 195.55 | 85.36 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 120 | 0.07 | 0 | 0.43 | 0.18 | 69.33 | 0.5 | 0.65 |
| Hex | C4 | D2 | 78 | 7 | 0 | 2B | 12 | 45 | 32 | 41 |
| Octal | 304 | 322 | 170 | 7 | 0 | 53 | 22 | 105 | 62 | 101 |
| Binary | 11000100 | 11010010 | 1111000 | 111 | 0 | 101011 | 10010 | 1000101 | 110010 | 1000001 |
Color Harmonies of #C4D278
Complementary color
Monochromatic Colors of #C4D278
Black with #C4D278
Text Example
Text Example
White with #C4D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D278; }
p { color: rgb(196,210,120); }
H1.HeaderClassName
{
color: #C4D278;
}
.AnyTagClassName
{
color: #C4D278;
}
</style>
background-color css
<style>
a { background-color: #C4D278; }
a { background-color: rgb(196,210,120); }
div.DivClassName
{
background-color: #C4D278;
}
.BgClassName
{
background-color: #C4D278;
}
</style>
border-color css
<style>
span { border-color: #C4D278; }
span { border-color: rgb(196,210,120); }
td.TdClassName
{
border-color: #C4D278;
}
.TagClassName
{
border-color: #C4D278;
}
</style>