Shades of Pear #D9EF1D
Tints of Pear #D9EF1D
RGB
CMYK
RGB Variations
Color information
#D9EF1D (or 0xD9EF1D) is known color: Pear. HEX triplet: D9, EF and 1D. RGB value is (217,239,29). Sum of RGB (Red+Green+Blue) = 217+239+29=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EF1D is #2610E2. Grayscale: #D1D1D1. Windows color (decimal): -2494691 or 1961945. OLE color: 1961945.
HSL color Cylindrical-coordinate representation of color #D9EF1D: hue angle of 66.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9EF1D is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 29 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.06 |
| HSL | 66.29º | 0.87% | 0.53% | - |
| HSV(B) | 66.29º | 0.88% | 0.94% | - |
| XYZ | 59.7 | 76.57 | 12.8 | - |
| YUV | 208.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 29 | 0.09 | 0 | 0.88 | 0.06 | 66.29 | 0.87 | 0.53 |
| Hex | D9 | EF | 1D | 9 | 0 | 58 | 6 | 42 | 57 | 35 |
| Octal | 331 | 357 | 35 | 11 | 0 | 130 | 6 | 102 | 127 | 65 |
| Binary | 11011001 | 11101111 | 11101 | 1001 | 0 | 1011000 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #D9EF1D
Complementary color
Monochromatic Colors of #D9EF1D
Black with #D9EF1D
Text Example
Text Example
White with #D9EF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EF1D; }
p { color: rgb(217,239,29); }
H1.HeaderClassName
{
color: #D9EF1D;
}
.AnyTagClassName
{
color: #D9EF1D;
}
</style>
background-color css
<style>
a { background-color: #D9EF1D; }
a { background-color: rgb(217,239,29); }
div.DivClassName
{
background-color: #D9EF1D;
}
.BgClassName
{
background-color: #D9EF1D;
}
</style>
border-color css
<style>
span { border-color: #D9EF1D; }
span { border-color: rgb(217,239,29); }
td.TdClassName
{
border-color: #D9EF1D;
}
.TagClassName
{
border-color: #D9EF1D;
}
</style>