Shades of Pear #D9EE40
Tints of Pear #D9EE40
RGB
CMYK
RGB Variations
Color information
#D9EE40 (or 0xD9EE40) is known color: Pear. HEX triplet: D9, EE and 40. RGB value is (217,238,64). Sum of RGB (Red+Green+Blue) = 217+238+64=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 64 (25.39% from 255 or 12.33% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9EE40 is #2611BF. Grayscale: #D4D4D4. Windows color (decimal): -2494912 or 4255449. OLE color: 4255449.
HSL color Cylindrical-coordinate representation of color #D9EE40: hue angle of 67.24º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9EE40 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 238 | 64 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.07 |
| HSL | 67.24º | 0.84% | 0.59% | - |
| HSV(B) | 67.24º | 0.73% | 0.93% | - |
| XYZ | 60.12 | 76.27 | 16.4 | - |
| YUV | 211.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 238 | 64 | 0.09 | 0 | 0.73 | 0.07 | 67.24 | 0.84 | 0.59 |
| Hex | D9 | EE | 40 | 9 | 0 | 49 | 7 | 43 | 54 | 3B |
| Octal | 331 | 356 | 100 | 11 | 0 | 111 | 7 | 103 | 124 | 73 |
| Binary | 11011001 | 11101110 | 1000000 | 1001 | 0 | 1001001 | 111 | 1000011 | 1010100 | 111011 |
Color Harmonies of #D9EE40
Complementary color
Monochromatic Colors of #D9EE40
Black with #D9EE40
Text Example
Text Example
White with #D9EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EE40; }
p { color: rgb(217,238,64); }
H1.HeaderClassName
{
color: #D9EE40;
}
.AnyTagClassName
{
color: #D9EE40;
}
</style>
background-color css
<style>
a { background-color: #D9EE40; }
a { background-color: rgb(217,238,64); }
div.DivClassName
{
background-color: #D9EE40;
}
.BgClassName
{
background-color: #D9EE40;
}
</style>
border-color css
<style>
span { border-color: #D9EE40; }
span { border-color: rgb(217,238,64); }
td.TdClassName
{
border-color: #D9EE40;
}
.TagClassName
{
border-color: #D9EE40;
}
</style>