Shades of Pear #D3E82E
Tints of Pear #D3E82E
RGB
CMYK
RGB Variations
Color information
#D3E82E (or 0xD3E82E) is known color: Pear. HEX triplet: D3, E8 and 2E. RGB value is (211,232,46). Sum of RGB (Red+Green+Blue) = 211+232+46=489 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.15% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 46 (18.36% from 255 or 9.41% from 489); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E82E is #2C17D1. Grayscale: #CDCDCD. Windows color (decimal): -2889682 or 3074259. OLE color: 3074259.
HSL color Cylindrical-coordinate representation of color #D3E82E: hue angle of 66.77º 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 #D3E82E is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 46 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.09 |
| HSL | 66.77º | 0.8% | 0.55% | - |
| HSV(B) | 66.77º | 0.8% | 0.91% | - |
| XYZ | 56.21 | 71.76 | 13.47 | - |
| YUV | 204.52 | 38.54 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 46 | 0.09 | 0 | 0.80 | 0.09 | 66.77 | 0.8 | 0.55 |
| Hex | D3 | E8 | 2E | 9 | 0 | 50 | 9 | 43 | 50 | 37 |
| Octal | 323 | 350 | 56 | 11 | 0 | 120 | 11 | 103 | 120 | 67 |
| Binary | 11010011 | 11101000 | 101110 | 1001 | 0 | 1010000 | 1001 | 1000011 | 1010000 | 110111 |
Color Harmonies of #D3E82E
Complementary color
Monochromatic Colors of #D3E82E
Black with #D3E82E
Text Example
Text Example
White with #D3E82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E82E; }
p { color: rgb(211,232,46); }
H1.HeaderClassName
{
color: #D3E82E;
}
.AnyTagClassName
{
color: #D3E82E;
}
</style>
background-color css
<style>
a { background-color: #D3E82E; }
a { background-color: rgb(211,232,46); }
div.DivClassName
{
background-color: #D3E82E;
}
.BgClassName
{
background-color: #D3E82E;
}
</style>
border-color css
<style>
span { border-color: #D3E82E; }
span { border-color: rgb(211,232,46); }
td.TdClassName
{
border-color: #D3E82E;
}
.TagClassName
{
border-color: #D3E82E;
}
</style>