Shades of Pale Leaf #C5D79E
Tints of Pale Leaf #C5D79E
RGB
CMYK
RGB Variations
Color information
#C5D79E (or 0xC5D79E) is known color: Pale Leaf. HEX triplet: C5, D7 and 9E. RGB value is (197,215,158). Sum of RGB (Red+Green+Blue) = 197+215+158=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 215 (84.38% from 255 or 37.72% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D79E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D79E is #3A2861. Grayscale: #CBCBCB. Windows color (decimal): -3811426 or 10409925. OLE color: 10409925.
HSL color Cylindrical-coordinate representation of color #C5D79E: hue angle of 78.95º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5D79E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 215 | 158 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.16 |
| HSL | 78.95º | 0.42% | 0.73% | - |
| HSV(B) | 78.95º | 0.27% | 0.84% | - |
| XYZ | 53.5 | 62.94 | 41.68 | - |
| YUV | 203.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 215 | 158 | 0.08 | 0 | 0.27 | 0.16 | 78.95 | 0.42 | 0.73 |
| Hex | C5 | D7 | 9E | 8 | 0 | 1B | 10 | 4F | 2A | 49 |
| Octal | 305 | 327 | 236 | 10 | 0 | 33 | 20 | 117 | 52 | 111 |
| Binary | 11000101 | 11010111 | 10011110 | 1000 | 0 | 11011 | 10000 | 1001111 | 101010 | 1001001 |
Color Harmonies of #C5D79E
Complementary color
Monochromatic Colors of #C5D79E
Black with #C5D79E
Text Example
Text Example
White with #C5D79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D79E; }
p { color: rgb(197,215,158); }
H1.HeaderClassName
{
color: #C5D79E;
}
.AnyTagClassName
{
color: #C5D79E;
}
</style>
background-color css
<style>
a { background-color: #C5D79E; }
a { background-color: rgb(197,215,158); }
div.DivClassName
{
background-color: #C5D79E;
}
.BgClassName
{
background-color: #C5D79E;
}
</style>
border-color css
<style>
span { border-color: #C5D79E; }
span { border-color: rgb(197,215,158); }
td.TdClassName
{
border-color: #C5D79E;
}
.TagClassName
{
border-color: #C5D79E;
}
</style>