Shades of Pear #D9EF3F
Tints of Pear #D9EF3F
RGB
CMYK
RGB Variations
Color information
#D9EF3F (or 0xD9EF3F) is known color: Pear. HEX triplet: D9, EF and 3F. RGB value is (217,239,63). Sum of RGB (Red+Green+Blue) = 217+239+63=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 63 (25% from 255 or 12.14% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF3F is #2610C0. Grayscale: #D5D5D5. Windows color (decimal): -2494657 or 4190169. OLE color: 4190169.
HSL color Cylindrical-coordinate representation of color #D9EF3F: hue angle of 67.5º 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 #D9EF3F is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 63 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.06 |
| HSL | 67.5º | 0.85% | 0.59% | - |
| HSV(B) | 67.5º | 0.74% | 0.94% | - |
| XYZ | 60.38 | 76.84 | 16.35 | - |
| YUV | 212.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 63 | 0.09 | 0 | 0.74 | 0.06 | 67.5 | 0.85 | 0.59 |
| Hex | D9 | EF | 3F | 9 | 0 | 4A | 6 | 44 | 55 | 3B |
| Octal | 331 | 357 | 77 | 11 | 0 | 112 | 6 | 104 | 125 | 73 |
| Binary | 11011001 | 11101111 | 111111 | 1001 | 0 | 1001010 | 110 | 1000100 | 1010101 | 111011 |
Color Harmonies of #D9EF3F
Complementary color
Monochromatic Colors of #D9EF3F
Black with #D9EF3F
Text Example
Text Example
White with #D9EF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF3F; }
p { color: rgb(217,239,63); }
H1.HeaderClassName
{
color: #D9EF3F;
}
.AnyTagClassName
{
color: #D9EF3F;
}
</style>
background-color css
<style>
a { background-color: #D9EF3F; }
a { background-color: rgb(217,239,63); }
div.DivClassName
{
background-color: #D9EF3F;
}
.BgClassName
{
background-color: #D9EF3F;
}
</style>
border-color css
<style>
span { border-color: #D9EF3F; }
span { border-color: rgb(217,239,63); }
td.TdClassName
{
border-color: #D9EF3F;
}
.TagClassName
{
border-color: #D9EF3F;
}
</style>