Shades of Pear #D3E220
Tints of Pear #D3E220
RGB
CMYK
RGB Variations
Color information
#D3E220 (or 0xD3E220) is known color: Pear. HEX triplet: D3, E2 and 20. RGB value is (211,226,32). Sum of RGB (Red+Green+Blue) = 211+226+32=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 226 (88.67% from 255 or 48.19% from 469); Blue value is 32 (12.89% from 255 or 6.82% from 469); Max value from RGB is 226 - color contains mainly: green. Hex color #D3E220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E220 is #2C1DDF. Grayscale: #C8C8C8. Windows color (decimal): -2891232 or 2155219. OLE color: 2155219.
HSL color Cylindrical-coordinate representation of color #D3E220: hue angle of 64.64º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3E220 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 226 | 32 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.11 |
| HSL | 64.64º | 0.77% | 0.51% | - |
| HSV(B) | 64.64º | 0.86% | 0.89% | - |
| XYZ | 54.32 | 68.35 | 11.7 | - |
| YUV | 199.4 | 33.53 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 226 | 32 | 0.07 | 0 | 0.86 | 0.11 | 64.64 | 0.77 | 0.51 |
| Hex | D3 | E2 | 20 | 7 | 0 | 56 | B | 41 | 4D | 33 |
| Octal | 323 | 342 | 40 | 7 | 0 | 126 | 13 | 101 | 115 | 63 |
| Binary | 11010011 | 11100010 | 100000 | 111 | 0 | 1010110 | 1011 | 1000001 | 1001101 | 110011 |
Color Harmonies of #D3E220
Complementary color
Monochromatic Colors of #D3E220
Black with #D3E220
Text Example
Text Example
White with #D3E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E220; }
p { color: rgb(211,226,32); }
H1.HeaderClassName
{
color: #D3E220;
}
.AnyTagClassName
{
color: #D3E220;
}
</style>
background-color css
<style>
a { background-color: #D3E220; }
a { background-color: rgb(211,226,32); }
div.DivClassName
{
background-color: #D3E220;
}
.BgClassName
{
background-color: #D3E220;
}
</style>
border-color css
<style>
span { border-color: #D3E220; }
span { border-color: rgb(211,226,32); }
td.TdClassName
{
border-color: #D3E220;
}
.TagClassName
{
border-color: #D3E220;
}
</style>