Shades of Pear #E4FF31
Tints of Pear #E4FF31
RGB
CMYK
RGB Variations
Color information
#E4FF31 (or 0xE4FF31) is known color: Pear. HEX triplet: E4, FF and 31. RGB value is (228,255,49). Sum of RGB (Red+Green+Blue) = 228+255+49=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 49 (19.53% from 255 or 9.21% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #E4FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E4FF31 is #1B00CE. Grayscale: #E0E0E0. Windows color (decimal): -1769679 or 3276772. OLE color: 3276772.
HSL color Cylindrical-coordinate representation of color #E4FF31: hue angle of 67.86º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E4FF31 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 228 | 255 | 49 | - |
| CMYK | 0.11 | 0 | 0.81 | 0 |
| HSL | 67.86º | 1% | 0.6% | - |
| HSV(B) | 67.86º | 0.81% | 1% | - |
| XYZ | 68.31 | 88.24 | 16.34 | - |
| YUV | 223.44 | 29.55 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 255 | 49 | 0.11 | 0 | 0.81 | 0 | 67.86 | 1 | 0.6 |
| Hex | E4 | FF | 31 | B | 0 | 51 | 0 | 44 | 64 | 3C |
| Octal | 344 | 377 | 61 | 13 | 0 | 121 | 0 | 104 | 144 | 74 |
| Binary | 11100100 | 11111111 | 110001 | 1011 | 0 | 1010001 | 0 | 1000100 | 1100100 | 111100 |
Color Harmonies of #E4FF31
Complementary color
Monochromatic Colors of #E4FF31
Black with #E4FF31
Text Example
Text Example
White with #E4FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FF31; }
p { color: rgb(228,255,49); }
H1.HeaderClassName
{
color: #E4FF31;
}
.AnyTagClassName
{
color: #E4FF31;
}
</style>
background-color css
<style>
a { background-color: #E4FF31; }
a { background-color: rgb(228,255,49); }
div.DivClassName
{
background-color: #E4FF31;
}
.BgClassName
{
background-color: #E4FF31;
}
</style>
border-color css
<style>
span { border-color: #E4FF31; }
span { border-color: rgb(228,255,49); }
td.TdClassName
{
border-color: #E4FF31;
}
.TagClassName
{
border-color: #E4FF31;
}
</style>