Shades of Pale Leaf #C7D59F
Tints of Pale Leaf #C7D59F
RGB
CMYK
RGB Variations
Color information
#C7D59F (or 0xC7D59F) is known color: Pale Leaf. HEX triplet: C7, D5 and 9F. RGB value is (199,213,159). Sum of RGB (Red+Green+Blue) = 199+213+159=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 213 (83.59% from 255 or 37.30% from 571); Blue value is 159 (62.5% from 255 or 27.85% from 571); Max value from RGB is 213 - color contains mainly: green. Hex color #C7D59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D59F is #382A60. Grayscale: #CACACA. Windows color (decimal): -3680865 or 10474951. OLE color: 10474951.
HSL color Cylindrical-coordinate representation of color #C7D59F: hue angle of 75.56º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C7D59F is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 213 | 159 | - |
| CMYK | 0.07 | 0 | 0.25 | 0.16 |
| HSL | 75.56º | 0.39% | 0.73% | - |
| HSV(B) | 75.56º | 0.25% | 0.84% | - |
| XYZ | 53.61 | 62.23 | 41.99 | - |
| YUV | 202.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 213 | 159 | 0.07 | 0 | 0.25 | 0.16 | 75.56 | 0.39 | 0.73 |
| Hex | C7 | D5 | 9F | 7 | 0 | 19 | 10 | 4C | 27 | 49 |
| Octal | 307 | 325 | 237 | 7 | 0 | 31 | 20 | 114 | 47 | 111 |
| Binary | 11000111 | 11010101 | 10011111 | 111 | 0 | 11001 | 10000 | 1001100 | 100111 | 1001001 |
Color Harmonies of #C7D59F
Complementary color
Monochromatic Colors of #C7D59F
Black with #C7D59F
Text Example
Text Example
White with #C7D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D59F; }
p { color: rgb(199,213,159); }
H1.HeaderClassName
{
color: #C7D59F;
}
.AnyTagClassName
{
color: #C7D59F;
}
</style>
background-color css
<style>
a { background-color: #C7D59F; }
a { background-color: rgb(199,213,159); }
div.DivClassName
{
background-color: #C7D59F;
}
.BgClassName
{
background-color: #C7D59F;
}
</style>
border-color css
<style>
span { border-color: #C7D59F; }
span { border-color: rgb(199,213,159); }
td.TdClassName
{
border-color: #C7D59F;
}
.TagClassName
{
border-color: #C7D59F;
}
</style>