Shades of Pear #E2F421
Tints of Pear #E2F421
RGB
CMYK
RGB Variations
Color information
#E2F421 (or 0xE2F421) is known color: Pear. HEX triplet: E2, F4 and 21. RGB value is (226,244,33). Sum of RGB (Red+Green+Blue) = 226+244+33=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 244 (95.70% from 255 or 48.51% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F421 is #1D0BDE. Grayscale: #D7D7D7. Windows color (decimal): -1903583 or 2225378. OLE color: 2225378.
HSL color Cylindrical-coordinate representation of color #E2F421: hue angle of 65.12º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E2F421 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.04 |
| HSL | 65.12º | 0.91% | 0.54% | - |
| HSV(B) | 65.12º | 0.86% | 0.96% | - |
| XYZ | 63.99 | 80.98 | 13.7 | - |
| YUV | 214.56 | 25.54 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 33 | 0.07 | 0 | 0.86 | 0.04 | 65.12 | 0.91 | 0.54 |
| Hex | E2 | F4 | 21 | 7 | 0 | 56 | 4 | 41 | 5B | 36 |
| Octal | 342 | 364 | 41 | 7 | 0 | 126 | 4 | 101 | 133 | 66 |
| Binary | 11100010 | 11110100 | 100001 | 111 | 0 | 1010110 | 100 | 1000001 | 1011011 | 110110 |
Color Harmonies of #E2F421
Complementary color
Monochromatic Colors of #E2F421
Black with #E2F421
Text Example
Text Example
White with #E2F421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F421; }
p { color: rgb(226,244,33); }
H1.HeaderClassName
{
color: #E2F421;
}
.AnyTagClassName
{
color: #E2F421;
}
</style>
background-color css
<style>
a { background-color: #E2F421; }
a { background-color: rgb(226,244,33); }
div.DivClassName
{
background-color: #E2F421;
}
.BgClassName
{
background-color: #E2F421;
}
</style>
border-color css
<style>
span { border-color: #E2F421; }
span { border-color: rgb(226,244,33); }
td.TdClassName
{
border-color: #E2F421;
}
.TagClassName
{
border-color: #E2F421;
}
</style>