Shades of Pear #D2E221
Tints of Pear #D2E221
RGB
CMYK
RGB Variations
Color information
#D2E221 (or 0xD2E221) is known color: Pear. HEX triplet: D2, E2 and 21. RGB value is (210,226,33). Sum of RGB (Red+Green+Blue) = 210+226+33=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #D2E221 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E221 is #2D1DDE. Grayscale: #C7C7C7. Windows color (decimal): -2956767 or 2220754. OLE color: 2220754.
HSL color Cylindrical-coordinate representation of color #D2E221: hue angle of 64.97º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2E221 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 226 | 33 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.11 |
| HSL | 64.97º | 0.77% | 0.51% | - |
| HSV(B) | 64.97º | 0.85% | 0.89% | - |
| XYZ | 54.05 | 68.2 | 11.75 | - |
| YUV | 199.21 | 34.2 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 226 | 33 | 0.07 | 0 | 0.85 | 0.11 | 64.97 | 0.77 | 0.51 |
| Hex | D2 | E2 | 21 | 7 | 0 | 55 | B | 41 | 4D | 33 |
| Octal | 322 | 342 | 41 | 7 | 0 | 125 | 13 | 101 | 115 | 63 |
| Binary | 11010010 | 11100010 | 100001 | 111 | 0 | 1010101 | 1011 | 1000001 | 1001101 | 110011 |
Color Harmonies of #D2E221
Complementary color
Monochromatic Colors of #D2E221
Black with #D2E221
Text Example
Text Example
White with #D2E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E221; }
p { color: rgb(210,226,33); }
H1.HeaderClassName
{
color: #D2E221;
}
.AnyTagClassName
{
color: #D2E221;
}
</style>
background-color css
<style>
a { background-color: #D2E221; }
a { background-color: rgb(210,226,33); }
div.DivClassName
{
background-color: #D2E221;
}
.BgClassName
{
background-color: #D2E221;
}
</style>
border-color css
<style>
span { border-color: #D2E221; }
span { border-color: rgb(210,226,33); }
td.TdClassName
{
border-color: #D2E221;
}
.TagClassName
{
border-color: #D2E221;
}
</style>