Shades of Pear #E2FF35
Tints of Pear #E2FF35
RGB
CMYK
RGB Variations
Color information
#E2FF35 (or 0xE2FF35) is known color: Pear. HEX triplet: E2, FF and 35. RGB value is (226,255,53). Sum of RGB (Red+Green+Blue) = 226+255+53=534 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.32% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 53 (21.09% from 255 or 9.93% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF35 is #1D00CA. Grayscale: #E0E0E0. Windows color (decimal): -1900747 or 3538914. OLE color: 3538914.
HSL color Cylindrical-coordinate representation of color #E2FF35: hue angle of 68.61º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2FF35 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 53 | - |
| CMYK | 0.11 | 0 | 0.79 | 0 |
| HSL | 68.61º | 1% | 0.6% | - |
| HSV(B) | 68.61º | 0.79% | 1% | - |
| XYZ | 67.77 | 87.95 | 16.77 | - |
| YUV | 223.3 | 31.89 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 53 | 0.11 | 0 | 0.79 | 0 | 68.61 | 1 | 0.6 |
| Hex | E2 | FF | 35 | B | 0 | 4F | 0 | 45 | 64 | 3C |
| Octal | 342 | 377 | 65 | 13 | 0 | 117 | 0 | 105 | 144 | 74 |
| Binary | 11100010 | 11111111 | 110101 | 1011 | 0 | 1001111 | 0 | 1000101 | 1100100 | 111100 |
Color Harmonies of #E2FF35
Complementary color
Monochromatic Colors of #E2FF35
Black with #E2FF35
Text Example
Text Example
White with #E2FF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF35; }
p { color: rgb(226,255,53); }
H1.HeaderClassName
{
color: #E2FF35;
}
.AnyTagClassName
{
color: #E2FF35;
}
</style>
background-color css
<style>
a { background-color: #E2FF35; }
a { background-color: rgb(226,255,53); }
div.DivClassName
{
background-color: #E2FF35;
}
.BgClassName
{
background-color: #E2FF35;
}
</style>
border-color css
<style>
span { border-color: #E2FF35; }
span { border-color: rgb(226,255,53); }
td.TdClassName
{
border-color: #E2FF35;
}
.TagClassName
{
border-color: #E2FF35;
}
</style>