Shades of Pear #E4FA29
Tints of Pear #E4FA29
RGB
CMYK
RGB Variations
Color information
#E4FA29 (or 0xE4FA29) is known color: Pear. HEX triplet: E4, FA and 29. RGB value is (228,250,41). Sum of RGB (Red+Green+Blue) = 228+250+41=519 (68% of max value = 765). Red value is 228 (89.45% from 255 or 43.93% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 41 (16.41% from 255 or 7.90% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #E4FA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FA29 is #1B05D6. Grayscale: #DCDCDC. Windows color (decimal): -1770967 or 2751204. OLE color: 2751204.
HSL color Cylindrical-coordinate representation of color #E4FA29: hue angle of 66.32º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4FA29 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 228 | 250 | 41 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.02 |
| HSL | 66.32º | 0.95% | 0.57% | - |
| HSV(B) | 66.32º | 0.84% | 0.98% | - |
| XYZ | 66.58 | 85.03 | 15 | - |
| YUV | 219.6 | 27.21 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 250 | 41 | 0.09 | 0 | 0.84 | 0.02 | 66.32 | 0.95 | 0.57 |
| Hex | E4 | FA | 29 | 9 | 0 | 54 | 2 | 42 | 5F | 39 |
| Octal | 344 | 372 | 51 | 11 | 0 | 124 | 2 | 102 | 137 | 71 |
| Binary | 11100100 | 11111010 | 101001 | 1001 | 0 | 1010100 | 10 | 1000010 | 1011111 | 111001 |
Color Harmonies of #E4FA29
Complementary color
Monochromatic Colors of #E4FA29
Black with #E4FA29
Text Example
Text Example
White with #E4FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FA29; }
p { color: rgb(228,250,41); }
H1.HeaderClassName
{
color: #E4FA29;
}
.AnyTagClassName
{
color: #E4FA29;
}
</style>
background-color css
<style>
a { background-color: #E4FA29; }
a { background-color: rgb(228,250,41); }
div.DivClassName
{
background-color: #E4FA29;
}
.BgClassName
{
background-color: #E4FA29;
}
</style>
border-color css
<style>
span { border-color: #E4FA29; }
span { border-color: rgb(228,250,41); }
td.TdClassName
{
border-color: #E4FA29;
}
.TagClassName
{
border-color: #E4FA29;
}
</style>