Shades of Pear #E5FF31
Tints of Pear #E5FF31
RGB
CMYK
RGB Variations
Color information
#E5FF31 (or 0xE5FF31) is known color: Pear. HEX triplet: E5, FF and 31. RGB value is (229,255,49). Sum of RGB (Red+Green+Blue) = 229+255+49=533 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.96% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 49 (19.53% from 255 or 9.19% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF31 is #1A00CE. Grayscale: #E0E0E0. Windows color (decimal): -1704143 or 3276773. OLE color: 3276773.
HSL color Cylindrical-coordinate representation of color #E5FF31: hue angle of 67.57º 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 #E5FF31 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 49 | - |
| CMYK | 0.10 | 0 | 0.81 | 0 |
| HSL | 67.57º | 1% | 0.6% | - |
| HSV(B) | 67.57º | 0.81% | 1% | - |
| XYZ | 68.63 | 88.4 | 16.35 | - |
| YUV | 223.74 | 29.39 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 49 | 0.10 | 0 | 0.81 | 0 | 67.57 | 1 | 0.6 |
| Hex | E5 | FF | 31 | A | 0 | 51 | 0 | 44 | 64 | 3C |
| Octal | 345 | 377 | 61 | 12 | 0 | 121 | 0 | 104 | 144 | 74 |
| Binary | 11100101 | 11111111 | 110001 | 1010 | 0 | 1010001 | 0 | 1000100 | 1100100 | 111100 |
Color Harmonies of #E5FF31
Complementary color
Monochromatic Colors of #E5FF31
Black with #E5FF31
Text Example
Text Example
White with #E5FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF31; }
p { color: rgb(229,255,49); }
H1.HeaderClassName
{
color: #E5FF31;
}
.AnyTagClassName
{
color: #E5FF31;
}
</style>
background-color css
<style>
a { background-color: #E5FF31; }
a { background-color: rgb(229,255,49); }
div.DivClassName
{
background-color: #E5FF31;
}
.BgClassName
{
background-color: #E5FF31;
}
</style>
border-color css
<style>
span { border-color: #E5FF31; }
span { border-color: rgb(229,255,49); }
td.TdClassName
{
border-color: #E5FF31;
}
.TagClassName
{
border-color: #E5FF31;
}
</style>