Shades of Pear #E2FA3F
Tints of Pear #E2FA3F
RGB
CMYK
RGB Variations
Color information
#E2FA3F (or 0xE2FA3F) is known color: Pear. HEX triplet: E2, FA and 3F. RGB value is (226,250,63). Sum of RGB (Red+Green+Blue) = 226+250+63=539 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.93% from 539); Green value is 250 (98.05% from 255 or 46.38% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA3F is #1D05C0. Grayscale: #DEDEDE. Windows color (decimal): -1902017 or 4192994. OLE color: 4192994.
HSL color Cylindrical-coordinate representation of color #E2FA3F: hue angle of 67.7º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FA3F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 63 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.02 |
| HSL | 67.7º | 0.95% | 0.61% | - |
| HSV(B) | 67.7º | 0.75% | 0.98% | - |
| XYZ | 66.45 | 84.9 | 17.59 | - |
| YUV | 221.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 63 | 0.10 | 0 | 0.75 | 0.02 | 67.7 | 0.95 | 0.61 |
| Hex | E2 | FA | 3F | A | 0 | 4B | 2 | 44 | 5F | 3D |
| Octal | 342 | 372 | 77 | 12 | 0 | 113 | 2 | 104 | 137 | 75 |
| Binary | 11100010 | 11111010 | 111111 | 1010 | 0 | 1001011 | 10 | 1000100 | 1011111 | 111101 |
Color Harmonies of #E2FA3F
Complementary color
Monochromatic Colors of #E2FA3F
Black with #E2FA3F
Text Example
Text Example
White with #E2FA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA3F; }
p { color: rgb(226,250,63); }
H1.HeaderClassName
{
color: #E2FA3F;
}
.AnyTagClassName
{
color: #E2FA3F;
}
</style>
background-color css
<style>
a { background-color: #E2FA3F; }
a { background-color: rgb(226,250,63); }
div.DivClassName
{
background-color: #E2FA3F;
}
.BgClassName
{
background-color: #E2FA3F;
}
</style>
border-color css
<style>
span { border-color: #E2FA3F; }
span { border-color: rgb(226,250,63); }
td.TdClassName
{
border-color: #E2FA3F;
}
.TagClassName
{
border-color: #E2FA3F;
}
</style>