Shades of Pear #D4E220
Tints of Pear #D4E220
RGB
CMYK
RGB Variations
Color information
#D4E220 (or 0xD4E220) is known color: Pear. HEX triplet: D4, E2 and 20. RGB value is (212,226,32). Sum of RGB (Red+Green+Blue) = 212+226+32=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 226 (88.67% from 255 or 48.09% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 226 - color contains mainly: green. Hex color #D4E220 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4E220 is #2B1DDF. Grayscale: #C8C8C8. Windows color (decimal): -2825696 or 2155220. OLE color: 2155220.
HSL color Cylindrical-coordinate representation of color #D4E220: hue angle of 64.33º 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 #D4E220 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 212 | 226 | 32 | - |
| CMYK | 0.06 | 0 | 0.86 | 0.11 |
| HSL | 64.33º | 0.77% | 0.51% | - |
| HSV(B) | 64.33º | 0.86% | 0.89% | - |
| XYZ | 54.61 | 68.49 | 11.71 | - |
| YUV | 199.7 | 33.36 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 226 | 32 | 0.06 | 0 | 0.86 | 0.11 | 64.33 | 0.77 | 0.51 |
| Hex | D4 | E2 | 20 | 6 | 0 | 56 | B | 40 | 4D | 33 |
| Octal | 324 | 342 | 40 | 6 | 0 | 126 | 13 | 100 | 115 | 63 |
| Binary | 11010100 | 11100010 | 100000 | 110 | 0 | 1010110 | 1011 | 1000000 | 1001101 | 110011 |
Color Harmonies of #D4E220
Complementary color
Monochromatic Colors of #D4E220
Black with #D4E220
Text Example
Text Example
White with #D4E220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E220; }
p { color: rgb(212,226,32); }
H1.HeaderClassName
{
color: #D4E220;
}
.AnyTagClassName
{
color: #D4E220;
}
</style>
background-color css
<style>
a { background-color: #D4E220; }
a { background-color: rgb(212,226,32); }
div.DivClassName
{
background-color: #D4E220;
}
.BgClassName
{
background-color: #D4E220;
}
</style>
border-color css
<style>
span { border-color: #D4E220; }
span { border-color: rgb(212,226,32); }
td.TdClassName
{
border-color: #D4E220;
}
.TagClassName
{
border-color: #D4E220;
}
</style>