Shades of Pear #E3F821
Tints of Pear #E3F821
RGB
CMYK
RGB Variations
Color information
#E3F821 (or 0xE3F821) is known color: Pear. HEX triplet: E3, F8 and 21. RGB value is (227,248,33). Sum of RGB (Red+Green+Blue) = 227+248+33=508 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.69% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 33 (13.28% from 255 or 6.50% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #E3F821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F821 is #1C07DE. Grayscale: #DADADA. Windows color (decimal): -1837023 or 2226403. OLE color: 2226403.
HSL color Cylindrical-coordinate representation of color #E3F821: hue angle of 65.86º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3F821 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 227 | 248 | 33 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.03 |
| HSL | 65.86º | 0.94% | 0.55% | - |
| HSV(B) | 65.86º | 0.87% | 0.97% | - |
| XYZ | 65.52 | 83.58 | 14.12 | - |
| YUV | 217.21 | 24.04 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 248 | 33 | 0.08 | 0 | 0.87 | 0.03 | 65.86 | 0.94 | 0.55 |
| Hex | E3 | F8 | 21 | 8 | 0 | 57 | 3 | 42 | 5E | 37 |
| Octal | 343 | 370 | 41 | 10 | 0 | 127 | 3 | 102 | 136 | 67 |
| Binary | 11100011 | 11111000 | 100001 | 1000 | 0 | 1010111 | 11 | 1000010 | 1011110 | 110111 |
Color Harmonies of #E3F821
Complementary color
Monochromatic Colors of #E3F821
Black with #E3F821
Text Example
Text Example
White with #E3F821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F821; }
p { color: rgb(227,248,33); }
H1.HeaderClassName
{
color: #E3F821;
}
.AnyTagClassName
{
color: #E3F821;
}
</style>
background-color css
<style>
a { background-color: #E3F821; }
a { background-color: rgb(227,248,33); }
div.DivClassName
{
background-color: #E3F821;
}
.BgClassName
{
background-color: #E3F821;
}
</style>
border-color css
<style>
span { border-color: #E3F821; }
span { border-color: rgb(227,248,33); }
td.TdClassName
{
border-color: #E3F821;
}
.TagClassName
{
border-color: #E3F821;
}
</style>