Shades of Pear #D9EF3E
Tints of Pear #D9EF3E
RGB
CMYK
RGB Variations
Color information
#D9EF3E (or 0xD9EF3E) is known color: Pear. HEX triplet: D9, EF and 3E. RGB value is (217,239,62). Sum of RGB (Red+Green+Blue) = 217+239+62=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 62 (24.61% from 255 or 11.97% from 518); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF3E is #2610C1. Grayscale: #D4D4D4. Windows color (decimal): -2494658 or 4124633. OLE color: 4124633.
HSL color Cylindrical-coordinate representation of color #D9EF3E: hue angle of 67.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9EF3E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.06 |
| HSL | 67.46º | 0.85% | 0.59% | - |
| HSV(B) | 67.46º | 0.74% | 0.94% | - |
| XYZ | 60.35 | 76.83 | 16.21 | - |
| YUV | 212.24 | 43.21 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 62 | 0.09 | 0 | 0.74 | 0.06 | 67.46 | 0.85 | 0.59 |
| Hex | D9 | EF | 3E | 9 | 0 | 4A | 6 | 43 | 55 | 3B |
| Octal | 331 | 357 | 76 | 11 | 0 | 112 | 6 | 103 | 125 | 73 |
| Binary | 11011001 | 11101111 | 111110 | 1001 | 0 | 1001010 | 110 | 1000011 | 1010101 | 111011 |
Color Harmonies of #D9EF3E
Complementary color
Monochromatic Colors of #D9EF3E
Black with #D9EF3E
Text Example
Text Example
White with #D9EF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF3E; }
p { color: rgb(217,239,62); }
H1.HeaderClassName
{
color: #D9EF3E;
}
.AnyTagClassName
{
color: #D9EF3E;
}
</style>
background-color css
<style>
a { background-color: #D9EF3E; }
a { background-color: rgb(217,239,62); }
div.DivClassName
{
background-color: #D9EF3E;
}
.BgClassName
{
background-color: #D9EF3E;
}
</style>
border-color css
<style>
span { border-color: #D9EF3E; }
span { border-color: rgb(217,239,62); }
td.TdClassName
{
border-color: #D9EF3E;
}
.TagClassName
{
border-color: #D9EF3E;
}
</style>