Shades of Pear #E2FF27
Tints of Pear #E2FF27
RGB
CMYK
RGB Variations
Color information
#E2FF27 (or 0xE2FF27) is known color: Pear. HEX triplet: E2, FF and 27. RGB value is (226,255,39). Sum of RGB (Red+Green+Blue) = 226+255+39=520 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.46% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 39 (15.62% from 255 or 7.5% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FF27 is #1D00D8. Grayscale: #DEDEDE. Windows color (decimal): -1900761 or 2621410. OLE color: 2621410.
HSL color Cylindrical-coordinate representation of color #E2FF27: hue angle of 68.06º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2FF27 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 226 | 255 | 39 | - |
| CMYK | 0.11 | 0 | 0.85 | 0 |
| HSL | 68.06º | 1% | 0.58% | - |
| HSV(B) | 68.06º | 0.85% | 1% | - |
| XYZ | 67.49 | 87.84 | 15.32 | - |
| YUV | 221.71 | 24.89 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 255 | 39 | 0.11 | 0 | 0.85 | 0 | 68.06 | 1 | 0.58 |
| Hex | E2 | FF | 27 | B | 0 | 55 | 0 | 44 | 64 | 3A |
| Octal | 342 | 377 | 47 | 13 | 0 | 125 | 0 | 104 | 144 | 72 |
| Binary | 11100010 | 11111111 | 100111 | 1011 | 0 | 1010101 | 0 | 1000100 | 1100100 | 111010 |
Color Harmonies of #E2FF27
Complementary color
Monochromatic Colors of #E2FF27
Black with #E2FF27
Text Example
Text Example
White with #E2FF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FF27; }
p { color: rgb(226,255,39); }
H1.HeaderClassName
{
color: #E2FF27;
}
.AnyTagClassName
{
color: #E2FF27;
}
</style>
background-color css
<style>
a { background-color: #E2FF27; }
a { background-color: rgb(226,255,39); }
div.DivClassName
{
background-color: #E2FF27;
}
.BgClassName
{
background-color: #E2FF27;
}
</style>
border-color css
<style>
span { border-color: #E2FF27; }
span { border-color: rgb(226,255,39); }
td.TdClassName
{
border-color: #E2FF27;
}
.TagClassName
{
border-color: #E2FF27;
}
</style>