Shades of Pear #D3E84B
Tints of Pear #D3E84B
RGB
CMYK
RGB Variations
Color information
#D3E84B (or 0xD3E84B) is known color: Pear. HEX triplet: D3, E8 and 4B. RGB value is (211,232,75). Sum of RGB (Red+Green+Blue) = 211+232+75=518 (68% of max value = 765). Red value is 211 (82.81% from 255 or 40.73% from 518); Green value is 232 (91.02% from 255 or 44.79% from 518); Blue value is 75 (29.69% from 255 or 14.48% from 518); Max value from RGB is 232 - color contains mainly: green. Hex color #D3E84B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D3E84B is #2C17B4. Grayscale: #D0D0D0. Windows color (decimal): -2889653 or 4974803. OLE color: 4974803.
HSL color Cylindrical-coordinate representation of color #D3E84B: hue angle of 68.03º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E84B is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 232 | 75 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.09 |
| HSL | 68.03º | 0.77% | 0.6% | - |
| HSV(B) | 68.03º | 0.68% | 0.91% | - |
| XYZ | 56.99 | 72.07 | 17.56 | - |
| YUV | 207.82 | 53.04 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 232 | 75 | 0.09 | 0 | 0.68 | 0.09 | 68.03 | 0.77 | 0.6 |
| Hex | D3 | E8 | 4B | 9 | 0 | 44 | 9 | 44 | 4D | 3C |
| Octal | 323 | 350 | 113 | 11 | 0 | 104 | 11 | 104 | 115 | 74 |
| Binary | 11010011 | 11101000 | 1001011 | 1001 | 0 | 1000100 | 1001 | 1000100 | 1001101 | 111100 |
Color Harmonies of #D3E84B
Complementary color
Monochromatic Colors of #D3E84B
Black with #D3E84B
Text Example
Text Example
White with #D3E84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E84B; }
p { color: rgb(211,232,75); }
H1.HeaderClassName
{
color: #D3E84B;
}
.AnyTagClassName
{
color: #D3E84B;
}
</style>
background-color css
<style>
a { background-color: #D3E84B; }
a { background-color: rgb(211,232,75); }
div.DivClassName
{
background-color: #D3E84B;
}
.BgClassName
{
background-color: #D3E84B;
}
</style>
border-color css
<style>
span { border-color: #D3E84B; }
span { border-color: rgb(211,232,75); }
td.TdClassName
{
border-color: #D3E84B;
}
.TagClassName
{
border-color: #D3E84B;
}
</style>