Shades of Pear #D9E82F
Tints of Pear #D9E82F
RGB
CMYK
RGB Variations
Color information
#D9E82F (or 0xD9E82F) is known color: Pear. HEX triplet: D9, E8 and 2F. RGB value is (217,232,47). Sum of RGB (Red+Green+Blue) = 217+232+47=496 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.75% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 47 (18.75% from 255 or 9.48% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E82F is #2617D0. Grayscale: #CFCFCF. Windows color (decimal): -2496465 or 3139801. OLE color: 3139801.
HSL color Cylindrical-coordinate representation of color #D9E82F: hue angle of 64.86º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9E82F is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 47 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.09 |
| HSL | 64.86º | 0.8% | 0.55% | - |
| HSV(B) | 64.86º | 0.8% | 0.91% | - |
| XYZ | 57.98 | 72.67 | 13.66 | - |
| YUV | 206.43 | 38.03 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 47 | 0.06 | 0 | 0.80 | 0.09 | 64.86 | 0.8 | 0.55 |
| Hex | D9 | E8 | 2F | 6 | 0 | 50 | 9 | 41 | 50 | 37 |
| Octal | 331 | 350 | 57 | 6 | 0 | 120 | 11 | 101 | 120 | 67 |
| Binary | 11011001 | 11101000 | 101111 | 110 | 0 | 1010000 | 1001 | 1000001 | 1010000 | 110111 |
Color Harmonies of #D9E82F
Complementary color
Monochromatic Colors of #D9E82F
Black with #D9E82F
Text Example
Text Example
White with #D9E82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E82F; }
p { color: rgb(217,232,47); }
H1.HeaderClassName
{
color: #D9E82F;
}
.AnyTagClassName
{
color: #D9E82F;
}
</style>
background-color css
<style>
a { background-color: #D9E82F; }
a { background-color: rgb(217,232,47); }
div.DivClassName
{
background-color: #D9E82F;
}
.BgClassName
{
background-color: #D9E82F;
}
</style>
border-color css
<style>
span { border-color: #D9E82F; }
span { border-color: rgb(217,232,47); }
td.TdClassName
{
border-color: #D9E82F;
}
.TagClassName
{
border-color: #D9E82F;
}
</style>