Shades of Pear #D2E84D
Tints of Pear #D2E84D
RGB
CMYK
RGB Variations
Color information
#D2E84D (or 0xD2E84D) is known color: Pear. HEX triplet: D2, E8 and 4D. RGB value is (210,232,77). Sum of RGB (Red+Green+Blue) = 210+232+77=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 232 (91.02% from 255 or 44.70% from 519); Blue value is 77 (30.47% from 255 or 14.84% from 519); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E84D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2E84D is #2D17B2. Grayscale: #D0D0D0. Windows color (decimal): -2955187 or 5105874. OLE color: 5105874.
HSL color Cylindrical-coordinate representation of color #D2E84D: hue angle of 68.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2E84D is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 232 | 77 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.09 |
| HSL | 68.52º | 0.77% | 0.61% | - |
| HSV(B) | 68.52º | 0.67% | 0.91% | - |
| XYZ | 56.77 | 71.95 | 17.92 | - |
| YUV | 207.75 | 54.21 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 232 | 77 | 0.09 | 0 | 0.67 | 0.09 | 68.52 | 0.77 | 0.61 |
| Hex | D2 | E8 | 4D | 9 | 0 | 43 | 9 | 45 | 4D | 3D |
| Octal | 322 | 350 | 115 | 11 | 0 | 103 | 11 | 105 | 115 | 75 |
| Binary | 11010010 | 11101000 | 1001101 | 1001 | 0 | 1000011 | 1001 | 1000101 | 1001101 | 111101 |
Color Harmonies of #D2E84D
Complementary color
Monochromatic Colors of #D2E84D
Black with #D2E84D
Text Example
Text Example
White with #D2E84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E84D; }
p { color: rgb(210,232,77); }
H1.HeaderClassName
{
color: #D2E84D;
}
.AnyTagClassName
{
color: #D2E84D;
}
</style>
background-color css
<style>
a { background-color: #D2E84D; }
a { background-color: rgb(210,232,77); }
div.DivClassName
{
background-color: #D2E84D;
}
.BgClassName
{
background-color: #D2E84D;
}
</style>
border-color css
<style>
span { border-color: #D2E84D; }
span { border-color: rgb(210,232,77); }
td.TdClassName
{
border-color: #D2E84D;
}
.TagClassName
{
border-color: #D2E84D;
}
</style>