Shades of Pear #E2F627
Tints of Pear #E2F627
RGB
CMYK
RGB Variations
Color information
#E2F627 (or 0xE2F627) is known color: Pear. HEX triplet: E2, F6 and 27. RGB value is (226,246,39). Sum of RGB (Red+Green+Blue) = 226+246+39=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 39 (15.62% from 255 or 7.63% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F627 is #1D09D8. Grayscale: #D9D9D9. Windows color (decimal): -1903065 or 2619106. OLE color: 2619106.
HSL color Cylindrical-coordinate representation of color #E2F627: hue angle of 65.8º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2F627 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 246 | 39 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.04 |
| HSL | 65.8º | 0.92% | 0.56% | - |
| HSV(B) | 65.8º | 0.84% | 0.96% | - |
| XYZ | 64.69 | 82.23 | 14.38 | - |
| YUV | 216.42 | 27.87 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 246 | 39 | 0.08 | 0 | 0.84 | 0.04 | 65.8 | 0.92 | 0.56 |
| Hex | E2 | F6 | 27 | 8 | 0 | 54 | 4 | 42 | 5C | 38 |
| Octal | 342 | 366 | 47 | 10 | 0 | 124 | 4 | 102 | 134 | 70 |
| Binary | 11100010 | 11110110 | 100111 | 1000 | 0 | 1010100 | 100 | 1000010 | 1011100 | 111000 |
Color Harmonies of #E2F627
Complementary color
Monochromatic Colors of #E2F627
Black with #E2F627
Text Example
Text Example
White with #E2F627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F627; }
p { color: rgb(226,246,39); }
H1.HeaderClassName
{
color: #E2F627;
}
.AnyTagClassName
{
color: #E2F627;
}
</style>
background-color css
<style>
a { background-color: #E2F627; }
a { background-color: rgb(226,246,39); }
div.DivClassName
{
background-color: #E2F627;
}
.BgClassName
{
background-color: #E2F627;
}
</style>
border-color css
<style>
span { border-color: #E2F627; }
span { border-color: rgb(226,246,39); }
td.TdClassName
{
border-color: #E2F627;
}
.TagClassName
{
border-color: #E2F627;
}
</style>