Shades of Pear #E3FF2A
Tints of Pear #E3FF2A
RGB
CMYK
RGB Variations
Color information
#E3FF2A (or 0xE3FF2A) is known color: Pear. HEX triplet: E3, FF and 2A. RGB value is (227,255,42). Sum of RGB (Red+Green+Blue) = 227+255+42=524 (69% of max value = 765). Red value is 227 (89.06% from 255 or 43.32% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 42 (16.80% from 255 or 8.02% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #E3FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3FF2A is #1C00D5. Grayscale: #DFDFDF. Windows color (decimal): -1835222 or 2818019. OLE color: 2818019.
HSL color Cylindrical-coordinate representation of color #E3FF2A: hue angle of 67.89º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3FF2A is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 255 | 42 | - |
| CMYK | 0.11 | 0 | 0.84 | 0 |
| HSL | 67.89º | 1% | 0.58% | - |
| HSV(B) | 67.89º | 0.84% | 1% | - |
| XYZ | 67.86 | 88.02 | 15.6 | - |
| YUV | 222.35 | 26.22 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 255 | 42 | 0.11 | 0 | 0.84 | 0 | 67.89 | 1 | 0.58 |
| Hex | E3 | FF | 2A | B | 0 | 54 | 0 | 44 | 64 | 3A |
| Octal | 343 | 377 | 52 | 13 | 0 | 124 | 0 | 104 | 144 | 72 |
| Binary | 11100011 | 11111111 | 101010 | 1011 | 0 | 1010100 | 0 | 1000100 | 1100100 | 111010 |
Color Harmonies of #E3FF2A
Complementary color
Monochromatic Colors of #E3FF2A
Black with #E3FF2A
Text Example
Text Example
White with #E3FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FF2A; }
p { color: rgb(227,255,42); }
H1.HeaderClassName
{
color: #E3FF2A;
}
.AnyTagClassName
{
color: #E3FF2A;
}
</style>
background-color css
<style>
a { background-color: #E3FF2A; }
a { background-color: rgb(227,255,42); }
div.DivClassName
{
background-color: #E3FF2A;
}
.BgClassName
{
background-color: #E3FF2A;
}
</style>
border-color css
<style>
span { border-color: #E3FF2A; }
span { border-color: rgb(227,255,42); }
td.TdClassName
{
border-color: #E3FF2A;
}
.TagClassName
{
border-color: #E3FF2A;
}
</style>