Shades of Pale Leaf #C7D39D
Tints of Pale Leaf #C7D39D
RGB
CMYK
RGB Variations
Color information
#C7D39D (or 0xC7D39D) is known color: Pale Leaf. HEX triplet: C7, D3 and 9D. RGB value is (199,211,157). Sum of RGB (Red+Green+Blue) = 199+211+157=567 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.10% from 567); Green value is 211 (82.81% from 255 or 37.21% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 211 - color contains mainly: green. Hex color #C7D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7D39D is #382C62. Grayscale: #C9C9C9. Windows color (decimal): -3681379 or 10343367. OLE color: 10343367.
HSL color Cylindrical-coordinate representation of color #C7D39D: hue angle of 73.33º 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 #C7D39D is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 211 | 157 | - |
| CMYK | 0.06 | 0 | 0.26 | 0.17 |
| HSL | 73.33º | 0.38% | 0.72% | - |
| HSV(B) | 73.33º | 0.26% | 0.83% | - |
| XYZ | 52.93 | 61.16 | 40.91 | - |
| YUV | 201.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 211 | 157 | 0.06 | 0 | 0.26 | 0.17 | 73.33 | 0.38 | 0.72 |
| Hex | C7 | D3 | 9D | 6 | 0 | 1A | 11 | 49 | 26 | 48 |
| Octal | 307 | 323 | 235 | 6 | 0 | 32 | 21 | 111 | 46 | 110 |
| Binary | 11000111 | 11010011 | 10011101 | 110 | 0 | 11010 | 10001 | 1001001 | 100110 | 1001000 |
Color Harmonies of #C7D39D
Complementary color
Monochromatic Colors of #C7D39D
Black with #C7D39D
Text Example
Text Example
White with #C7D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D39D; }
p { color: rgb(199,211,157); }
H1.HeaderClassName
{
color: #C7D39D;
}
.AnyTagClassName
{
color: #C7D39D;
}
</style>
background-color css
<style>
a { background-color: #C7D39D; }
a { background-color: rgb(199,211,157); }
div.DivClassName
{
background-color: #C7D39D;
}
.BgClassName
{
background-color: #C7D39D;
}
</style>
border-color css
<style>
span { border-color: #C7D39D; }
span { border-color: rgb(199,211,157); }
td.TdClassName
{
border-color: #C7D39D;
}
.TagClassName
{
border-color: #C7D39D;
}
</style>