Shades of Deco #C5D780
Tints of Deco #C5D780
RGB
CMYK
RGB Variations
Color information
#C5D780 (or 0xC5D780) is known color: Deco. HEX triplet: C5, D7 and 80. RGB value is (197,215,128). Sum of RGB (Red+Green+Blue) = 197+215+128=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 215 (84.38% from 255 or 39.81% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D780 is #3A287F. Grayscale: #C8C8C8. Windows color (decimal): -3811456 or 8443845. OLE color: 8443845.
HSL color Cylindrical-coordinate representation of color #C5D780: hue angle of 72.41º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5D780 is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 128 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.16 |
| HSL | 72.41º | 0.52% | 0.67% | - |
| HSV(B) | 72.41º | 0.4% | 0.84% | - |
| XYZ | 51.22 | 62.03 | 29.7 | - |
| YUV | 199.7 | 87.54 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 128 | 0.08 | 0 | 0.40 | 0.16 | 72.41 | 0.52 | 0.67 |
| Hex | C5 | D7 | 80 | 8 | 0 | 28 | 10 | 48 | 34 | 43 |
| Octal | 305 | 327 | 200 | 10 | 0 | 50 | 20 | 110 | 64 | 103 |
| Binary | 11000101 | 11010111 | 10000000 | 1000 | 0 | 101000 | 10000 | 1001000 | 110100 | 1000011 |
Color Harmonies of #C5D780
Complementary color
Monochromatic Colors of #C5D780
Black with #C5D780
Text Example
Text Example
White with #C5D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D780; }
p { color: rgb(197,215,128); }
H1.HeaderClassName
{
color: #C5D780;
}
.AnyTagClassName
{
color: #C5D780;
}
</style>
background-color css
<style>
a { background-color: #C5D780; }
a { background-color: rgb(197,215,128); }
div.DivClassName
{
background-color: #C5D780;
}
.BgClassName
{
background-color: #C5D780;
}
</style>
border-color css
<style>
span { border-color: #C5D780; }
span { border-color: rgb(197,215,128); }
td.TdClassName
{
border-color: #C5D780;
}
.TagClassName
{
border-color: #C5D780;
}
</style>