Shades of Deco #C5D57F
Tints of Deco #C5D57F
RGB
CMYK
RGB Variations
Color information
#C5D57F (or 0xC5D57F) is known color: Deco. HEX triplet: C5, D5 and 7F. RGB value is (197,213,127). Sum of RGB (Red+Green+Blue) = 197+213+127=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 127 (50% from 255 or 23.65% from 537); Max value from RGB is 213 - color contains mainly: green. Hex color #C5D57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D57F is #3A2A80. Grayscale: #C6C6C6. Windows color (decimal): -3811969 or 8377797. OLE color: 8377797.
HSL color Cylindrical-coordinate representation of color #C5D57F: hue angle of 71.16º degrees, saturation: 0.51, 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 #C5D57F is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 213 | 127 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.16 |
| HSL | 71.16º | 0.51% | 0.67% | - |
| HSV(B) | 71.16º | 0.4% | 0.84% | - |
| XYZ | 50.65 | 60.99 | 29.18 | - |
| YUV | 198.41 | 87.7 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 213 | 127 | 0.08 | 0 | 0.40 | 0.16 | 71.16 | 0.51 | 0.67 |
| Hex | C5 | D5 | 7F | 8 | 0 | 28 | 10 | 47 | 33 | 43 |
| Octal | 305 | 325 | 177 | 10 | 0 | 50 | 20 | 107 | 63 | 103 |
| Binary | 11000101 | 11010101 | 1111111 | 1000 | 0 | 101000 | 10000 | 1000111 | 110011 | 1000011 |
Color Harmonies of #C5D57F
Complementary color
Monochromatic Colors of #C5D57F
Black with #C5D57F
Text Example
Text Example
White with #C5D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D57F; }
p { color: rgb(197,213,127); }
H1.HeaderClassName
{
color: #C5D57F;
}
.AnyTagClassName
{
color: #C5D57F;
}
</style>
background-color css
<style>
a { background-color: #C5D57F; }
a { background-color: rgb(197,213,127); }
div.DivClassName
{
background-color: #C5D57F;
}
.BgClassName
{
background-color: #C5D57F;
}
</style>
border-color css
<style>
span { border-color: #C5D57F; }
span { border-color: rgb(197,213,127); }
td.TdClassName
{
border-color: #C5D57F;
}
.TagClassName
{
border-color: #C5D57F;
}
</style>