Shades of Pear #E3F926
Tints of Pear #E3F926
RGB
CMYK
RGB Variations
Color information
#E3F926 (or 0xE3F926) is known color: Pear. HEX triplet: E3, F9 and 26. RGB value is (227,249,38). Sum of RGB (Red+Green+Blue) = 227+249+38=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 38 (15.23% from 255 or 7.39% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #E3F926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E3F926 is #1C06D9. Grayscale: #DBDBDB. Windows color (decimal): -1836762 or 2554339. OLE color: 2554339.
HSL color Cylindrical-coordinate representation of color #E3F926: hue angle of 66.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3F926 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 227 | 249 | 38 | - |
| CMYK | 0.09 | 0 | 0.85 | 0.02 |
| HSL | 66.26º | 0.95% | 0.56% | - |
| HSV(B) | 66.26º | 0.85% | 0.98% | - |
| XYZ | 65.9 | 84.22 | 14.62 | - |
| YUV | 218.37 | 26.21 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 249 | 38 | 0.09 | 0 | 0.85 | 0.02 | 66.26 | 0.95 | 0.56 |
| Hex | E3 | F9 | 26 | 9 | 0 | 55 | 2 | 42 | 5F | 38 |
| Octal | 343 | 371 | 46 | 11 | 0 | 125 | 2 | 102 | 137 | 70 |
| Binary | 11100011 | 11111001 | 100110 | 1001 | 0 | 1010101 | 10 | 1000010 | 1011111 | 111000 |
Color Harmonies of #E3F926
Complementary color
Monochromatic Colors of #E3F926
Black with #E3F926
Text Example
Text Example
White with #E3F926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3F926; }
p { color: rgb(227,249,38); }
H1.HeaderClassName
{
color: #E3F926;
}
.AnyTagClassName
{
color: #E3F926;
}
</style>
background-color css
<style>
a { background-color: #E3F926; }
a { background-color: rgb(227,249,38); }
div.DivClassName
{
background-color: #E3F926;
}
.BgClassName
{
background-color: #E3F926;
}
</style>
border-color css
<style>
span { border-color: #E3F926; }
span { border-color: rgb(227,249,38); }
td.TdClassName
{
border-color: #E3F926;
}
.TagClassName
{
border-color: #E3F926;
}
</style>