Shades of Pale Leaf #C2D09E
Tints of Pale Leaf #C2D09E
RGB
CMYK
RGB Variations
Color information
#C2D09E (or 0xC2D09E) is known color: Pale Leaf. HEX triplet: C2, D0 and 9E. RGB value is (194,208,158). Sum of RGB (Red+Green+Blue) = 194+208+158=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 208 (81.64% from 255 or 37.14% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D09E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D09E is #3D2F61. Grayscale: #C6C6C6. Windows color (decimal): -4009826 or 10408130. OLE color: 10408130.
HSL color Cylindrical-coordinate representation of color #C2D09E: hue angle of 76.8º degrees, saturation: 0.35, 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 #C2D09E is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 208 | 158 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.18 |
| HSL | 76.8º | 0.35% | 0.72% | - |
| HSV(B) | 76.8º | 0.24% | 0.82% | - |
| XYZ | 50.98 | 59.05 | 41.06 | - |
| YUV | 198.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 208 | 158 | 0.07 | 0 | 0.24 | 0.18 | 76.8 | 0.35 | 0.72 |
| Hex | C2 | D0 | 9E | 7 | 0 | 18 | 12 | 4D | 23 | 48 |
| Octal | 302 | 320 | 236 | 7 | 0 | 30 | 22 | 115 | 43 | 110 |
| Binary | 11000010 | 11010000 | 10011110 | 111 | 0 | 11000 | 10010 | 1001101 | 100011 | 1001000 |
Color Harmonies of #C2D09E
Complementary color
Monochromatic Colors of #C2D09E
Black with #C2D09E
Text Example
Text Example
White with #C2D09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D09E; }
p { color: rgb(194,208,158); }
H1.HeaderClassName
{
color: #C2D09E;
}
.AnyTagClassName
{
color: #C2D09E;
}
</style>
background-color css
<style>
a { background-color: #C2D09E; }
a { background-color: rgb(194,208,158); }
div.DivClassName
{
background-color: #C2D09E;
}
.BgClassName
{
background-color: #C2D09E;
}
</style>
border-color css
<style>
span { border-color: #C2D09E; }
span { border-color: rgb(194,208,158); }
td.TdClassName
{
border-color: #C2D09E;
}
.TagClassName
{
border-color: #C2D09E;
}
</style>