Shades of Pear #D9E82A
Tints of Pear #D9E82A
RGB
CMYK
RGB Variations
Color information
#D9E82A (or 0xD9E82A) is known color: Pear. HEX triplet: D9, E8 and 2A. RGB value is (217,232,42). Sum of RGB (Red+Green+Blue) = 217+232+42=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #D9E82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E82A is #2617D5. Grayscale: #CECECE. Windows color (decimal): -2496470 or 2812121. OLE color: 2812121.
HSL color Cylindrical-coordinate representation of color #D9E82A: hue angle of 64.74º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9E82A is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 232 | 42 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.09 |
| HSL | 64.74º | 0.81% | 0.54% | - |
| HSV(B) | 64.74º | 0.82% | 0.91% | - |
| XYZ | 57.89 | 72.63 | 13.16 | - |
| YUV | 205.86 | 35.53 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 232 | 42 | 0.06 | 0 | 0.82 | 0.09 | 64.74 | 0.81 | 0.54 |
| Hex | D9 | E8 | 2A | 6 | 0 | 52 | 9 | 41 | 51 | 36 |
| Octal | 331 | 350 | 52 | 6 | 0 | 122 | 11 | 101 | 121 | 66 |
| Binary | 11011001 | 11101000 | 101010 | 110 | 0 | 1010010 | 1001 | 1000001 | 1010001 | 110110 |
Color Harmonies of #D9E82A
Complementary color
Monochromatic Colors of #D9E82A
Black with #D9E82A
Text Example
Text Example
White with #D9E82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E82A; }
p { color: rgb(217,232,42); }
H1.HeaderClassName
{
color: #D9E82A;
}
.AnyTagClassName
{
color: #D9E82A;
}
</style>
background-color css
<style>
a { background-color: #D9E82A; }
a { background-color: rgb(217,232,42); }
div.DivClassName
{
background-color: #D9E82A;
}
.BgClassName
{
background-color: #D9E82A;
}
</style>
border-color css
<style>
span { border-color: #D9E82A; }
span { border-color: rgb(217,232,42); }
td.TdClassName
{
border-color: #D9E82A;
}
.TagClassName
{
border-color: #D9E82A;
}
</style>