Shades of Deco #C5D78F
Tints of Deco #C5D78F
RGB
CMYK
RGB Variations
Color information
#C5D78F (or 0xC5D78F) is known color: Deco. HEX triplet: C5, D7 and 8F. RGB value is (197,215,143). Sum of RGB (Red+Green+Blue) = 197+215+143=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 143 (56.25% from 255 or 25.77% from 555); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D78F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D78F is #3A2870. Grayscale: #C9C9C9. Windows color (decimal): -3811441 or 9426885. OLE color: 9426885.
HSL color Cylindrical-coordinate representation of color #C5D78F: hue angle of 75º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C5D78F is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 143 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.16 |
| HSL | 75º | 0.47% | 0.7% | - |
| HSV(B) | 75º | 0.33% | 0.84% | - |
| XYZ | 52.28 | 62.45 | 35.29 | - |
| YUV | 201.41 | 95.04 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 143 | 0.08 | 0 | 0.33 | 0.16 | 75 | 0.47 | 0.7 |
| Hex | C5 | D7 | 8F | 8 | 0 | 21 | 10 | 4B | 2F | 46 |
| Octal | 305 | 327 | 217 | 10 | 0 | 41 | 20 | 113 | 57 | 106 |
| Binary | 11000101 | 11010111 | 10001111 | 1000 | 0 | 100001 | 10000 | 1001011 | 101111 | 1000110 |
Color Harmonies of #C5D78F
Complementary color
Monochromatic Colors of #C5D78F
Black with #C5D78F
Text Example
Text Example
White with #C5D78F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D78F; }
p { color: rgb(197,215,143); }
H1.HeaderClassName
{
color: #C5D78F;
}
.AnyTagClassName
{
color: #C5D78F;
}
</style>
background-color css
<style>
a { background-color: #C5D78F; }
a { background-color: rgb(197,215,143); }
div.DivClassName
{
background-color: #C5D78F;
}
.BgClassName
{
background-color: #C5D78F;
}
</style>
border-color css
<style>
span { border-color: #C5D78F; }
span { border-color: rgb(197,215,143); }
td.TdClassName
{
border-color: #C5D78F;
}
.TagClassName
{
border-color: #C5D78F;
}
</style>