Shades of Pear #E3F428
Tints of Pear #E3F428
RGB
CMYK
RGB Variations
Color information
#E3F428 (or 0xE3F428) is known color: Pear. HEX triplet: E3, F4 and 28. RGB value is (227,244,40). Sum of RGB (Red+Green+Blue) = 227+244+40=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 40 (16.02% from 255 or 7.83% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #E3F428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F428 is #1C0BD7. Grayscale: #D8D8D8. Windows color (decimal): -1838040 or 2684131. OLE color: 2684131.
HSL color Cylindrical-coordinate representation of color #E3F428: hue angle of 65º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E3F428 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 227 | 244 | 40 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.04 |
| HSL | 65º | 0.9% | 0.56% | - |
| HSV(B) | 65º | 0.84% | 0.96% | - |
| XYZ | 64.41 | 81.19 | 14.28 | - |
| YUV | 215.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 244 | 40 | 0.07 | 0 | 0.84 | 0.04 | 65 | 0.9 | 0.56 |
| Hex | E3 | F4 | 28 | 7 | 0 | 54 | 4 | 41 | 5A | 38 |
| Octal | 343 | 364 | 50 | 7 | 0 | 124 | 4 | 101 | 132 | 70 |
| Binary | 11100011 | 11110100 | 101000 | 111 | 0 | 1010100 | 100 | 1000001 | 1011010 | 111000 |
Color Harmonies of #E3F428
Complementary color
Monochromatic Colors of #E3F428
Black with #E3F428
Text Example
Text Example
White with #E3F428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F428; }
p { color: rgb(227,244,40); }
H1.HeaderClassName
{
color: #E3F428;
}
.AnyTagClassName
{
color: #E3F428;
}
</style>
background-color css
<style>
a { background-color: #E3F428; }
a { background-color: rgb(227,244,40); }
div.DivClassName
{
background-color: #E3F428;
}
.BgClassName
{
background-color: #E3F428;
}
</style>
border-color css
<style>
span { border-color: #E3F428; }
span { border-color: rgb(227,244,40); }
td.TdClassName
{
border-color: #E3F428;
}
.TagClassName
{
border-color: #E3F428;
}
</style>