Shades of Pear #E2F31E
Tints of Pear #E2F31E
RGB
CMYK
RGB Variations
Color information
#E2F31E (or 0xE2F31E) is known color: Pear. HEX triplet: E2, F3 and 1E. RGB value is (226,243,30). Sum of RGB (Red+Green+Blue) = 226+243+30=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 30 (12.11% from 255 or 6.01% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F31E is #1D0CE1. Grayscale: #D6D6D6. Windows color (decimal): -1903842 or 2028514. OLE color: 2028514.
HSL color Cylindrical-coordinate representation of color #E2F31E: hue angle of 64.79º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2F31E is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 30 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.05 |
| HSL | 64.79º | 0.9% | 0.54% | - |
| HSV(B) | 64.79º | 0.88% | 0.95% | - |
| XYZ | 63.65 | 80.36 | 13.39 | - |
| YUV | 213.64 | 24.37 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 30 | 0.07 | 0 | 0.88 | 0.05 | 64.79 | 0.9 | 0.54 |
| Hex | E2 | F3 | 1E | 7 | 0 | 58 | 5 | 41 | 5A | 36 |
| Octal | 342 | 363 | 36 | 7 | 0 | 130 | 5 | 101 | 132 | 66 |
| Binary | 11100010 | 11110011 | 11110 | 111 | 0 | 1011000 | 101 | 1000001 | 1011010 | 110110 |
Color Harmonies of #E2F31E
Complementary color
Monochromatic Colors of #E2F31E
Black with #E2F31E
Text Example
Text Example
White with #E2F31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F31E; }
p { color: rgb(226,243,30); }
H1.HeaderClassName
{
color: #E2F31E;
}
.AnyTagClassName
{
color: #E2F31E;
}
</style>
background-color css
<style>
a { background-color: #E2F31E; }
a { background-color: rgb(226,243,30); }
div.DivClassName
{
background-color: #E2F31E;
}
.BgClassName
{
background-color: #E2F31E;
}
</style>
border-color css
<style>
span { border-color: #E2F31E; }
span { border-color: rgb(226,243,30); }
td.TdClassName
{
border-color: #E2F31E;
}
.TagClassName
{
border-color: #E2F31E;
}
</style>