Shades of Pear #E4FA2F
Tints of Pear #E4FA2F
RGB
CMYK
RGB Variations
Color information
#E4FA2F (or 0xE4FA2F) is known color: Pear. HEX triplet: E4, FA and 2F. RGB value is (228,250,47). Sum of RGB (Red+Green+Blue) = 228+250+47=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 47 (18.75% from 255 or 8.95% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FA2F is #1B05D0. Grayscale: #DDDDDD. Windows color (decimal): -1770961 or 3144420. OLE color: 3144420.
HSL color Cylindrical-coordinate representation of color #E4FA2F: hue angle of 66.5º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4FA2F is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 47 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.02 |
| HSL | 66.5º | 0.95% | 0.58% | - |
| HSV(B) | 66.5º | 0.81% | 0.98% | - |
| XYZ | 66.69 | 85.07 | 15.59 | - |
| YUV | 220.28 | 30.21 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 47 | 0.09 | 0 | 0.81 | 0.02 | 66.5 | 0.95 | 0.58 |
| Hex | E4 | FA | 2F | 9 | 0 | 51 | 2 | 43 | 5F | 3A |
| Octal | 344 | 372 | 57 | 11 | 0 | 121 | 2 | 103 | 137 | 72 |
| Binary | 11100100 | 11111010 | 101111 | 1001 | 0 | 1010001 | 10 | 1000011 | 1011111 | 111010 |
Color Harmonies of #E4FA2F
Complementary color
Monochromatic Colors of #E4FA2F
Black with #E4FA2F
Text Example
Text Example
White with #E4FA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA2F; }
p { color: rgb(228,250,47); }
H1.HeaderClassName
{
color: #E4FA2F;
}
.AnyTagClassName
{
color: #E4FA2F;
}
</style>
background-color css
<style>
a { background-color: #E4FA2F; }
a { background-color: rgb(228,250,47); }
div.DivClassName
{
background-color: #E4FA2F;
}
.BgClassName
{
background-color: #E4FA2F;
}
</style>
border-color css
<style>
span { border-color: #E4FA2F; }
span { border-color: rgb(228,250,47); }
td.TdClassName
{
border-color: #E4FA2F;
}
.TagClassName
{
border-color: #E4FA2F;
}
</style>