Shades of Pear #D9EF1C
Tints of Pear #D9EF1C
RGB
CMYK
RGB Variations
Color information
#D9EF1C (or 0xD9EF1C) is known color: Pear. HEX triplet: D9, EF and 1C. RGB value is (217,239,28). Sum of RGB (Red+Green+Blue) = 217+239+28=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF1C is #2610E3. Grayscale: #D1D1D1. Windows color (decimal): -2494692 or 1896409. OLE color: 1896409.
HSL color Cylindrical-coordinate representation of color #D9EF1C: hue angle of 66.26º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9EF1C is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 28 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.06 |
| HSL | 66.26º | 0.87% | 0.52% | - |
| HSV(B) | 66.26º | 0.88% | 0.94% | - |
| XYZ | 59.69 | 76.57 | 12.73 | - |
| YUV | 208.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 28 | 0.09 | 0 | 0.88 | 0.06 | 66.26 | 0.87 | 0.52 |
| Hex | D9 | EF | 1C | 9 | 0 | 58 | 6 | 42 | 57 | 34 |
| Octal | 331 | 357 | 34 | 11 | 0 | 130 | 6 | 102 | 127 | 64 |
| Binary | 11011001 | 11101111 | 11100 | 1001 | 0 | 1011000 | 110 | 1000010 | 1010111 | 110100 |
Color Harmonies of #D9EF1C
Complementary color
Monochromatic Colors of #D9EF1C
Black with #D9EF1C
Text Example
Text Example
White with #D9EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF1C; }
p { color: rgb(217,239,28); }
H1.HeaderClassName
{
color: #D9EF1C;
}
.AnyTagClassName
{
color: #D9EF1C;
}
</style>
background-color css
<style>
a { background-color: #D9EF1C; }
a { background-color: rgb(217,239,28); }
div.DivClassName
{
background-color: #D9EF1C;
}
.BgClassName
{
background-color: #D9EF1C;
}
</style>
border-color css
<style>
span { border-color: #D9EF1C; }
span { border-color: rgb(217,239,28); }
td.TdClassName
{
border-color: #D9EF1C;
}
.TagClassName
{
border-color: #D9EF1C;
}
</style>