Shades of Pear #E3F421
Tints of Pear #E3F421
RGB
CMYK
RGB Variations
Color information
#E3F421 (or 0xE3F421) is known color: Pear. HEX triplet: E3, F4 and 21. RGB value is (227,244,33). Sum of RGB (Red+Green+Blue) = 227+244+33=504 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.04% from 504); Green value is 244 (95.70% from 255 or 48.41% from 504); Blue value is 33 (13.28% from 255 or 6.55% from 504); Max value from RGB is 244 - color contains mainly: green. Hex color #E3F421 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F421 is #1C0BDE. Grayscale: #D7D7D7. Windows color (decimal): -1838047 or 2225379. OLE color: 2225379.
HSL color Cylindrical-coordinate representation of color #E3F421: hue angle of 64.83º 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 #E3F421 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 244 | 33 | - |
| CMYK | 0.07 | 0 | 0.86 | 0.04 |
| HSL | 64.83º | 0.91% | 0.54% | - |
| HSV(B) | 64.83º | 0.86% | 0.96% | - |
| XYZ | 64.3 | 81.14 | 13.71 | - |
| YUV | 214.86 | 25.37 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 244 | 33 | 0.07 | 0 | 0.86 | 0.04 | 64.83 | 0.91 | 0.54 |
| Hex | E3 | F4 | 21 | 7 | 0 | 56 | 4 | 41 | 5B | 36 |
| Octal | 343 | 364 | 41 | 7 | 0 | 126 | 4 | 101 | 133 | 66 |
| Binary | 11100011 | 11110100 | 100001 | 111 | 0 | 1010110 | 100 | 1000001 | 1011011 | 110110 |
Color Harmonies of #E3F421
Complementary color
Monochromatic Colors of #E3F421
Black with #E3F421
Text Example
Text Example
White with #E3F421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F421; }
p { color: rgb(227,244,33); }
H1.HeaderClassName
{
color: #E3F421;
}
.AnyTagClassName
{
color: #E3F421;
}
</style>
background-color css
<style>
a { background-color: #E3F421; }
a { background-color: rgb(227,244,33); }
div.DivClassName
{
background-color: #E3F421;
}
.BgClassName
{
background-color: #E3F421;
}
</style>
border-color css
<style>
span { border-color: #E3F421; }
span { border-color: rgb(227,244,33); }
td.TdClassName
{
border-color: #E3F421;
}
.TagClassName
{
border-color: #E3F421;
}
</style>