Shades of Pear #E3FF42
Tints of Pear #E3FF42
RGB
CMYK
RGB Variations
Color information
#E3FF42 (or 0xE3FF42) is known color: Pear. HEX triplet: E3, FF and 42. RGB value is (227,255,66). Sum of RGB (Red+Green+Blue) = 227+255+66=548 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.42% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 66 (26.17% from 255 or 12.04% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #E3FF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3FF42 is #1C00BD. Grayscale: #E1E1E1. Windows color (decimal): -1835198 or 4390883. OLE color: 4390883.
HSL color Cylindrical-coordinate representation of color #E3FF42: hue angle of 68.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3FF42 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 227 | 255 | 66 | - |
| CMYK | 0.11 | 0 | 0.74 | 0 |
| HSL | 68.89º | 1% | 0.63% | - |
| HSV(B) | 68.89º | 0.74% | 1% | - |
| XYZ | 68.42 | 88.24 | 18.58 | - |
| YUV | 225.08 | 38.22 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 255 | 66 | 0.11 | 0 | 0.74 | 0 | 68.89 | 1 | 0.63 |
| Hex | E3 | FF | 42 | B | 0 | 4A | 0 | 45 | 64 | 3F |
| Octal | 343 | 377 | 102 | 13 | 0 | 112 | 0 | 105 | 144 | 77 |
| Binary | 11100011 | 11111111 | 1000010 | 1011 | 0 | 1001010 | 0 | 1000101 | 1100100 | 111111 |
Color Harmonies of #E3FF42
Complementary color
Monochromatic Colors of #E3FF42
Black with #E3FF42
Text Example
Text Example
White with #E3FF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3FF42; }
p { color: rgb(227,255,66); }
H1.HeaderClassName
{
color: #E3FF42;
}
.AnyTagClassName
{
color: #E3FF42;
}
</style>
background-color css
<style>
a { background-color: #E3FF42; }
a { background-color: rgb(227,255,66); }
div.DivClassName
{
background-color: #E3FF42;
}
.BgClassName
{
background-color: #E3FF42;
}
</style>
border-color css
<style>
span { border-color: #E3FF42; }
span { border-color: rgb(227,255,66); }
td.TdClassName
{
border-color: #E3FF42;
}
.TagClassName
{
border-color: #E3FF42;
}
</style>