Shades of Pear #D9EF2E
Tints of Pear #D9EF2E
RGB
CMYK
RGB Variations
Color information
#D9EF2E (or 0xD9EF2E) is known color: Pear. HEX triplet: D9, EF and 2E. RGB value is (217,239,46). Sum of RGB (Red+Green+Blue) = 217+239+46=502 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.23% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF2E is #2610D1. Grayscale: #D3D3D3. Windows color (decimal): -2494674 or 3076057. OLE color: 3076057.
HSL color Cylindrical-coordinate representation of color #D9EF2E: hue angle of 66.84º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9EF2E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 46 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.06 |
| HSL | 66.84º | 0.86% | 0.56% | - |
| HSV(B) | 66.84º | 0.81% | 0.94% | - |
| XYZ | 59.97 | 76.68 | 14.22 | - |
| YUV | 210.42 | 35.21 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 46 | 0.09 | 0 | 0.81 | 0.06 | 66.84 | 0.86 | 0.56 |
| Hex | D9 | EF | 2E | 9 | 0 | 51 | 6 | 43 | 56 | 38 |
| Octal | 331 | 357 | 56 | 11 | 0 | 121 | 6 | 103 | 126 | 70 |
| Binary | 11011001 | 11101111 | 101110 | 1001 | 0 | 1010001 | 110 | 1000011 | 1010110 | 111000 |
Color Harmonies of #D9EF2E
Complementary color
Monochromatic Colors of #D9EF2E
Black with #D9EF2E
Text Example
Text Example
White with #D9EF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF2E; }
p { color: rgb(217,239,46); }
H1.HeaderClassName
{
color: #D9EF2E;
}
.AnyTagClassName
{
color: #D9EF2E;
}
</style>
background-color css
<style>
a { background-color: #D9EF2E; }
a { background-color: rgb(217,239,46); }
div.DivClassName
{
background-color: #D9EF2E;
}
.BgClassName
{
background-color: #D9EF2E;
}
</style>
border-color css
<style>
span { border-color: #D9EF2E; }
span { border-color: rgb(217,239,46); }
td.TdClassName
{
border-color: #D9EF2E;
}
.TagClassName
{
border-color: #D9EF2E;
}
</style>