Shades of Deco #C5D380
Tints of Deco #C5D380
RGB
CMYK
RGB Variations
Color information
#C5D380 (or 0xC5D380) is known color: Deco. HEX triplet: C5, D3 and 80. RGB value is (197,211,128). Sum of RGB (Red+Green+Blue) = 197+211+128=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D380 is #3A2C7F. Grayscale: #C5C5C5. Windows color (decimal): -3812480 or 8442821. OLE color: 8442821.
HSL color Cylindrical-coordinate representation of color #C5D380: hue angle of 70.12º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5D380 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 128 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.17 |
| HSL | 70.12º | 0.49% | 0.66% | - |
| HSV(B) | 70.12º | 0.39% | 0.83% | - |
| XYZ | 50.22 | 60.02 | 29.36 | - |
| YUV | 197.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 128 | 0.07 | 0 | 0.39 | 0.17 | 70.12 | 0.49 | 0.66 |
| Hex | C5 | D3 | 80 | 7 | 0 | 27 | 11 | 46 | 31 | 42 |
| Octal | 305 | 323 | 200 | 7 | 0 | 47 | 21 | 106 | 61 | 102 |
| Binary | 11000101 | 11010011 | 10000000 | 111 | 0 | 100111 | 10001 | 1000110 | 110001 | 1000010 |
Color Harmonies of #C5D380
Complementary color
Monochromatic Colors of #C5D380
Black with #C5D380
Text Example
Text Example
White with #C5D380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D380; }
p { color: rgb(197,211,128); }
H1.HeaderClassName
{
color: #C5D380;
}
.AnyTagClassName
{
color: #C5D380;
}
</style>
background-color css
<style>
a { background-color: #C5D380; }
a { background-color: rgb(197,211,128); }
div.DivClassName
{
background-color: #C5D380;
}
.BgClassName
{
background-color: #C5D380;
}
</style>
border-color css
<style>
span { border-color: #C5D380; }
span { border-color: rgb(197,211,128); }
td.TdClassName
{
border-color: #C5D380;
}
.TagClassName
{
border-color: #C5D380;
}
</style>