Shades of Pear #E5FF3A
Tints of Pear #E5FF3A
RGB
CMYK
RGB Variations
Color information
#E5FF3A (or 0xE5FF3A) is known color: Pear. HEX triplet: E5, FF and 3A. RGB value is (229,255,58). Sum of RGB (Red+Green+Blue) = 229+255+58=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 58 (23.05% from 255 or 10.70% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF3A is #1A00C5. Grayscale: #E1E1E1. Windows color (decimal): -1704134 or 3866597. OLE color: 3866597.
HSL color Cylindrical-coordinate representation of color #E5FF3A: hue angle of 67.92º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E5FF3A is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 58 | - |
| CMYK | 0.10 | 0 | 0.77 | 0 |
| HSL | 67.92º | 1% | 0.61% | - |
| HSV(B) | 67.92º | 0.77% | 1% | - |
| XYZ | 68.84 | 88.48 | 17.45 | - |
| YUV | 224.77 | 33.89 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 58 | 0.10 | 0 | 0.77 | 0 | 67.92 | 1 | 0.61 |
| Hex | E5 | FF | 3A | A | 0 | 4D | 0 | 44 | 64 | 3D |
| Octal | 345 | 377 | 72 | 12 | 0 | 115 | 0 | 104 | 144 | 75 |
| Binary | 11100101 | 11111111 | 111010 | 1010 | 0 | 1001101 | 0 | 1000100 | 1100100 | 111101 |
Color Harmonies of #E5FF3A
Complementary color
Monochromatic Colors of #E5FF3A
Black with #E5FF3A
Text Example
Text Example
White with #E5FF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF3A; }
p { color: rgb(229,255,58); }
H1.HeaderClassName
{
color: #E5FF3A;
}
.AnyTagClassName
{
color: #E5FF3A;
}
</style>
background-color css
<style>
a { background-color: #E5FF3A; }
a { background-color: rgb(229,255,58); }
div.DivClassName
{
background-color: #E5FF3A;
}
.BgClassName
{
background-color: #E5FF3A;
}
</style>
border-color css
<style>
span { border-color: #E5FF3A; }
span { border-color: rgb(229,255,58); }
td.TdClassName
{
border-color: #E5FF3A;
}
.TagClassName
{
border-color: #E5FF3A;
}
</style>