Shades of Pear #E5FF29
Tints of Pear #E5FF29
RGB
CMYK
RGB Variations
Color information
#E5FF29 (or 0xE5FF29) is known color: Pear. HEX triplet: E5, FF and 29. RGB value is (229,255,41). Sum of RGB (Red+Green+Blue) = 229+255+41=525 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.62% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 41 (16.41% from 255 or 7.81% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #E5FF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5FF29 is #1A00D6. Grayscale: #DFDFDF. Windows color (decimal): -1704151 or 2752485. OLE color: 2752485.
HSL color Cylindrical-coordinate representation of color #E5FF29: hue angle of 67.29º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E5FF29 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 255 | 41 | - |
| CMYK | 0.10 | 0 | 0.84 | 0 |
| HSL | 67.29º | 1% | 0.58% | - |
| HSV(B) | 67.29º | 0.84% | 1% | - |
| XYZ | 68.47 | 88.34 | 15.54 | - |
| YUV | 222.83 | 25.39 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 255 | 41 | 0.10 | 0 | 0.84 | 0 | 67.29 | 1 | 0.58 |
| Hex | E5 | FF | 29 | A | 0 | 54 | 0 | 43 | 64 | 3A |
| Octal | 345 | 377 | 51 | 12 | 0 | 124 | 0 | 103 | 144 | 72 |
| Binary | 11100101 | 11111111 | 101001 | 1010 | 0 | 1010100 | 0 | 1000011 | 1100100 | 111010 |
Color Harmonies of #E5FF29
Complementary color
Monochromatic Colors of #E5FF29
Black with #E5FF29
Text Example
Text Example
White with #E5FF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FF29; }
p { color: rgb(229,255,41); }
H1.HeaderClassName
{
color: #E5FF29;
}
.AnyTagClassName
{
color: #E5FF29;
}
</style>
background-color css
<style>
a { background-color: #E5FF29; }
a { background-color: rgb(229,255,41); }
div.DivClassName
{
background-color: #E5FF29;
}
.BgClassName
{
background-color: #E5FF29;
}
</style>
border-color css
<style>
span { border-color: #E5FF29; }
span { border-color: rgb(229,255,41); }
td.TdClassName
{
border-color: #E5FF29;
}
.TagClassName
{
border-color: #E5FF29;
}
</style>