Shades of Pear #E3F12B
Tints of Pear #E3F12B
RGB
CMYK
RGB Variations
Color information
#E3F12B (or 0xE3F12B) is known color: Pear. HEX triplet: E3, F1 and 2B. RGB value is (227,241,43). Sum of RGB (Red+Green+Blue) = 227+241+43=511 (67% of max value = 765). Red value is 227 (89.06% from 255 or 44.42% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #E3F12B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F12B is #1C0ED4. Grayscale: #D7D7D7. Windows color (decimal): -1838805 or 2879971. OLE color: 2879971.
HSL color Cylindrical-coordinate representation of color #E3F12B: hue angle of 64.24º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E3F12B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 227 | 241 | 43 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.05 |
| HSL | 64.24º | 0.88% | 0.56% | - |
| HSV(B) | 64.24º | 0.82% | 0.95% | - |
| XYZ | 63.57 | 79.42 | 14.26 | - |
| YUV | 214.24 | 31.36 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 241 | 43 | 0.06 | 0 | 0.82 | 0.05 | 64.24 | 0.88 | 0.56 |
| Hex | E3 | F1 | 2B | 6 | 0 | 52 | 5 | 40 | 58 | 38 |
| Octal | 343 | 361 | 53 | 6 | 0 | 122 | 5 | 100 | 130 | 70 |
| Binary | 11100011 | 11110001 | 101011 | 110 | 0 | 1010010 | 101 | 1000000 | 1011000 | 111000 |
Color Harmonies of #E3F12B
Complementary color
Monochromatic Colors of #E3F12B
Black with #E3F12B
Text Example
Text Example
White with #E3F12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F12B; }
p { color: rgb(227,241,43); }
H1.HeaderClassName
{
color: #E3F12B;
}
.AnyTagClassName
{
color: #E3F12B;
}
</style>
background-color css
<style>
a { background-color: #E3F12B; }
a { background-color: rgb(227,241,43); }
div.DivClassName
{
background-color: #E3F12B;
}
.BgClassName
{
background-color: #E3F12B;
}
</style>
border-color css
<style>
span { border-color: #E3F12B; }
span { border-color: rgb(227,241,43); }
td.TdClassName
{
border-color: #E3F12B;
}
.TagClassName
{
border-color: #E3F12B;
}
</style>