Shades of Pale Leaf #C5D69F
Tints of Pale Leaf #C5D69F
RGB
CMYK
RGB Variations
Color information
#C5D69F (or 0xC5D69F) is known color: Pale Leaf. HEX triplet: C5, D6 and 9F. RGB value is (197,214,159). Sum of RGB (Red+Green+Blue) = 197+214+159=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 214 (83.98% from 255 or 37.54% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D69F is #3A2960. Grayscale: #CACACA. Windows color (decimal): -3811681 or 10475205. OLE color: 10475205.
HSL color Cylindrical-coordinate representation of color #C5D69F: hue angle of 78.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D69F is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 159 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.16 |
| HSL | 78.55º | 0.4% | 0.73% | - |
| HSV(B) | 78.55º | 0.26% | 0.84% | - |
| XYZ | 53.33 | 62.47 | 42.05 | - |
| YUV | 202.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 159 | 0.08 | 0 | 0.26 | 0.16 | 78.55 | 0.4 | 0.73 |
| Hex | C5 | D6 | 9F | 8 | 0 | 1A | 10 | 4F | 28 | 49 |
| Octal | 305 | 326 | 237 | 10 | 0 | 32 | 20 | 117 | 50 | 111 |
| Binary | 11000101 | 11010110 | 10011111 | 1000 | 0 | 11010 | 10000 | 1001111 | 101000 | 1001001 |
Color Harmonies of #C5D69F
Complementary color
Monochromatic Colors of #C5D69F
Black with #C5D69F
Text Example
Text Example
White with #C5D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D69F; }
p { color: rgb(197,214,159); }
H1.HeaderClassName
{
color: #C5D69F;
}
.AnyTagClassName
{
color: #C5D69F;
}
</style>
background-color css
<style>
a { background-color: #C5D69F; }
a { background-color: rgb(197,214,159); }
div.DivClassName
{
background-color: #C5D69F;
}
.BgClassName
{
background-color: #C5D69F;
}
</style>
border-color css
<style>
span { border-color: #C5D69F; }
span { border-color: rgb(197,214,159); }
td.TdClassName
{
border-color: #C5D69F;
}
.TagClassName
{
border-color: #C5D69F;
}
</style>