Shades of Pear #E2F938
Tints of Pear #E2F938
RGB
CMYK
RGB Variations
Color information
#E2F938 (or 0xE2F938) is known color: Pear. HEX triplet: E2, F9 and 38. RGB value is (226,249,56). Sum of RGB (Red+Green+Blue) = 226+249+56=531 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.56% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 56 (22.27% from 255 or 10.55% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F938 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F938 is #1D06C7. Grayscale: #DCDCDC. Windows color (decimal): -1902280 or 3733986. OLE color: 3733986.
HSL color Cylindrical-coordinate representation of color #E2F938: hue angle of 67.15º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E2F938 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 56 | - |
| CMYK | 0.09 | 0 | 0.78 | 0.02 |
| HSL | 67.15º | 0.94% | 0.6% | - |
| HSV(B) | 67.15º | 0.78% | 0.98% | - |
| XYZ | 65.95 | 84.21 | 16.52 | - |
| YUV | 220.12 | 35.38 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 56 | 0.09 | 0 | 0.78 | 0.02 | 67.15 | 0.94 | 0.6 |
| Hex | E2 | F9 | 38 | 9 | 0 | 4E | 2 | 43 | 5E | 3C |
| Octal | 342 | 371 | 70 | 11 | 0 | 116 | 2 | 103 | 136 | 74 |
| Binary | 11100010 | 11111001 | 111000 | 1001 | 0 | 1001110 | 10 | 1000011 | 1011110 | 111100 |
Color Harmonies of #E2F938
Complementary color
Monochromatic Colors of #E2F938
Black with #E2F938
Text Example
Text Example
White with #E2F938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F938; }
p { color: rgb(226,249,56); }
H1.HeaderClassName
{
color: #E2F938;
}
.AnyTagClassName
{
color: #E2F938;
}
</style>
background-color css
<style>
a { background-color: #E2F938; }
a { background-color: rgb(226,249,56); }
div.DivClassName
{
background-color: #E2F938;
}
.BgClassName
{
background-color: #E2F938;
}
</style>
border-color css
<style>
span { border-color: #E2F938; }
span { border-color: rgb(226,249,56); }
td.TdClassName
{
border-color: #E2F938;
}
.TagClassName
{
border-color: #E2F938;
}
</style>