Shades of Pale Leaf #C5D39D
Tints of Pale Leaf #C5D39D
RGB
CMYK
RGB Variations
Color information
#C5D39D (or 0xC5D39D) is known color: Pale Leaf. HEX triplet: C5, D3 and 9D. RGB value is (197,211,157). Sum of RGB (Red+Green+Blue) = 197+211+157=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 211 - color contains mainly: green. Hex color #C5D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D39D is #3A2C62. Grayscale: #C8C8C8. Windows color (decimal): -3812451 or 10343365. OLE color: 10343365.
HSL color Cylindrical-coordinate representation of color #C5D39D: hue angle of 75.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5D39D is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 197 | 211 | 157 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.17 |
| HSL | 75.56º | 0.38% | 0.72% | - |
| HSV(B) | 75.56º | 0.26% | 0.83% | - |
| XYZ | 52.41 | 60.89 | 40.89 | - |
| YUV | 200.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 211 | 157 | 0.07 | 0 | 0.26 | 0.17 | 75.56 | 0.38 | 0.72 |
| Hex | C5 | D3 | 9D | 7 | 0 | 1A | 11 | 4C | 26 | 48 |
| Octal | 305 | 323 | 235 | 7 | 0 | 32 | 21 | 114 | 46 | 110 |
| Binary | 11000101 | 11010011 | 10011101 | 111 | 0 | 11010 | 10001 | 1001100 | 100110 | 1001000 |
Color Harmonies of #C5D39D
Complementary color
Monochromatic Colors of #C5D39D
Black with #C5D39D
Text Example
Text Example
White with #C5D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D39D; }
p { color: rgb(197,211,157); }
H1.HeaderClassName
{
color: #C5D39D;
}
.AnyTagClassName
{
color: #C5D39D;
}
</style>
background-color css
<style>
a { background-color: #C5D39D; }
a { background-color: rgb(197,211,157); }
div.DivClassName
{
background-color: #C5D39D;
}
.BgClassName
{
background-color: #C5D39D;
}
</style>
border-color css
<style>
span { border-color: #C5D39D; }
span { border-color: rgb(197,211,157); }
td.TdClassName
{
border-color: #C5D39D;
}
.TagClassName
{
border-color: #C5D39D;
}
</style>