Shades of Pear #E5FF2C
Tints of Pear #E5FF2C
RGB
CMYK
RGB Variations
Color information
#E5FF2C (or 0xE5FF2C) is known color: Pear. HEX triplet: E5, FF and 2C. RGB value is (229,255,44). Sum of RGB (Red+Green+Blue) = 229+255+44=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 44 (17.58% from 255 or 8.33% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF2C is #1A00D3. Grayscale: #DFDFDF. Windows color (decimal): -1704148 or 2949093. OLE color: 2949093.
HSL color Cylindrical-coordinate representation of color #E5FF2C: hue angle of 67.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E5FF2C is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 44 | - |
| CMYK | 0.10 | 0 | 0.83 | 0 |
| HSL | 67.39º | 1% | 0.59% | - |
| HSV(B) | 67.39º | 0.83% | 1% | - |
| XYZ | 68.53 | 88.36 | 15.83 | - |
| YUV | 223.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 44 | 0.10 | 0 | 0.83 | 0 | 67.39 | 1 | 0.59 |
| Hex | E5 | FF | 2C | A | 0 | 53 | 0 | 43 | 64 | 3B |
| Octal | 345 | 377 | 54 | 12 | 0 | 123 | 0 | 103 | 144 | 73 |
| Binary | 11100101 | 11111111 | 101100 | 1010 | 0 | 1010011 | 0 | 1000011 | 1100100 | 111011 |
Color Harmonies of #E5FF2C
Complementary color
Monochromatic Colors of #E5FF2C
Black with #E5FF2C
Text Example
Text Example
White with #E5FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF2C; }
p { color: rgb(229,255,44); }
H1.HeaderClassName
{
color: #E5FF2C;
}
.AnyTagClassName
{
color: #E5FF2C;
}
</style>
background-color css
<style>
a { background-color: #E5FF2C; }
a { background-color: rgb(229,255,44); }
div.DivClassName
{
background-color: #E5FF2C;
}
.BgClassName
{
background-color: #E5FF2C;
}
</style>
border-color css
<style>
span { border-color: #E5FF2C; }
span { border-color: rgb(229,255,44); }
td.TdClassName
{
border-color: #E5FF2C;
}
.TagClassName
{
border-color: #E5FF2C;
}
</style>