Shades of Pear #E2FA3C
Tints of Pear #E2FA3C
RGB
CMYK
RGB Variations
Color information
#E2FA3C (or 0xE2FA3C) is known color: Pear. HEX triplet: E2, FA and 3C. RGB value is (226,250,60). Sum of RGB (Red+Green+Blue) = 226+250+60=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 60 (23.83% from 255 or 11.19% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #E2FA3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FA3C is #1D05C3. Grayscale: #DDDDDD. Windows color (decimal): -1902020 or 3996386. OLE color: 3996386.
HSL color Cylindrical-coordinate representation of color #E2FA3C: hue angle of 67.58º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2FA3C is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 250 | 60 | - |
| CMYK | 0.10 | 0 | 0.76 | 0.02 |
| HSL | 67.58º | 0.95% | 0.61% | - |
| HSV(B) | 67.58º | 0.76% | 0.98% | - |
| XYZ | 66.37 | 84.87 | 17.16 | - |
| YUV | 221.16 | 37.05 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 250 | 60 | 0.10 | 0 | 0.76 | 0.02 | 67.58 | 0.95 | 0.61 |
| Hex | E2 | FA | 3C | A | 0 | 4C | 2 | 44 | 5F | 3D |
| Octal | 342 | 372 | 74 | 12 | 0 | 114 | 2 | 104 | 137 | 75 |
| Binary | 11100010 | 11111010 | 111100 | 1010 | 0 | 1001100 | 10 | 1000100 | 1011111 | 111101 |
Color Harmonies of #E2FA3C
Complementary color
Monochromatic Colors of #E2FA3C
Black with #E2FA3C
Text Example
Text Example
White with #E2FA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FA3C; }
p { color: rgb(226,250,60); }
H1.HeaderClassName
{
color: #E2FA3C;
}
.AnyTagClassName
{
color: #E2FA3C;
}
</style>
background-color css
<style>
a { background-color: #E2FA3C; }
a { background-color: rgb(226,250,60); }
div.DivClassName
{
background-color: #E2FA3C;
}
.BgClassName
{
background-color: #E2FA3C;
}
</style>
border-color css
<style>
span { border-color: #E2FA3C; }
span { border-color: rgb(226,250,60); }
td.TdClassName
{
border-color: #E2FA3C;
}
.TagClassName
{
border-color: #E2FA3C;
}
</style>