Shades of Deco #C4D880
Tints of Deco #C4D880
RGB
CMYK
RGB Variations
Color information
#C4D880 (or 0xC4D880) is known color: Deco. HEX triplet: C4, D8 and 80. RGB value is (196,216,128). Sum of RGB (Red+Green+Blue) = 196+216+128=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 216 (84.77% from 255 or 40% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D880 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4D880 is #3B277F. Grayscale: #C8C8C8. Windows color (decimal): -3876736 or 8444100. OLE color: 8444100.
HSL color Cylindrical-coordinate representation of color #C4D880: hue angle of 73.64º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C4D880 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 128 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.15 |
| HSL | 73.64º | 0.53% | 0.67% | - |
| HSV(B) | 73.64º | 0.41% | 0.85% | - |
| XYZ | 51.22 | 62.41 | 29.77 | - |
| YUV | 199.99 | 87.37 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 128 | 0.09 | 0 | 0.41 | 0.15 | 73.64 | 0.53 | 0.67 |
| Hex | C4 | D8 | 80 | 9 | 0 | 29 | F | 4A | 35 | 43 |
| Octal | 304 | 330 | 200 | 11 | 0 | 51 | 17 | 112 | 65 | 103 |
| Binary | 11000100 | 11011000 | 10000000 | 1001 | 0 | 101001 | 1111 | 1001010 | 110101 | 1000011 |
Color Harmonies of #C4D880
Complementary color
Monochromatic Colors of #C4D880
Black with #C4D880
Text Example
Text Example
White with #C4D880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D880; }
p { color: rgb(196,216,128); }
H1.HeaderClassName
{
color: #C4D880;
}
.AnyTagClassName
{
color: #C4D880;
}
</style>
background-color css
<style>
a { background-color: #C4D880; }
a { background-color: rgb(196,216,128); }
div.DivClassName
{
background-color: #C4D880;
}
.BgClassName
{
background-color: #C4D880;
}
</style>
border-color css
<style>
span { border-color: #C4D880; }
span { border-color: rgb(196,216,128); }
td.TdClassName
{
border-color: #C4D880;
}
.TagClassName
{
border-color: #C4D880;
}
</style>