Shades of Pale Leaf #C2D29F
Tints of Pale Leaf #C2D29F
RGB
CMYK
RGB Variations
Color information
#C2D29F (or 0xC2D29F) is known color: Pale Leaf. HEX triplet: C2, D2 and 9F. RGB value is (194,210,159). Sum of RGB (Red+Green+Blue) = 194+210+159=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 210 (82.42% from 255 or 37.30% from 563); Blue value is 159 (62.5% from 255 or 28.24% from 563); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D29F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D29F is #3D2D60. Grayscale: #C7C7C7. Windows color (decimal): -4009313 or 10474178. OLE color: 10474178.
HSL color Cylindrical-coordinate representation of color #C2D29F: hue angle of 78.82º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2D29F is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 159 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.18 |
| HSL | 78.82º | 0.36% | 0.72% | - |
| HSV(B) | 78.82º | 0.24% | 0.82% | - |
| XYZ | 51.55 | 60.07 | 41.68 | - |
| YUV | 199.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 159 | 0.08 | 0 | 0.24 | 0.18 | 78.82 | 0.36 | 0.72 |
| Hex | C2 | D2 | 9F | 8 | 0 | 18 | 12 | 4F | 24 | 48 |
| Octal | 302 | 322 | 237 | 10 | 0 | 30 | 22 | 117 | 44 | 110 |
| Binary | 11000010 | 11010010 | 10011111 | 1000 | 0 | 11000 | 10010 | 1001111 | 100100 | 1001000 |
Color Harmonies of #C2D29F
Complementary color
Monochromatic Colors of #C2D29F
Black with #C2D29F
Text Example
Text Example
White with #C2D29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D29F; }
p { color: rgb(194,210,159); }
H1.HeaderClassName
{
color: #C2D29F;
}
.AnyTagClassName
{
color: #C2D29F;
}
</style>
background-color css
<style>
a { background-color: #C2D29F; }
a { background-color: rgb(194,210,159); }
div.DivClassName
{
background-color: #C2D29F;
}
.BgClassName
{
background-color: #C2D29F;
}
</style>
border-color css
<style>
span { border-color: #C2D29F; }
span { border-color: rgb(194,210,159); }
td.TdClassName
{
border-color: #C2D29F;
}
.TagClassName
{
border-color: #C2D29F;
}
</style>