Shades of Pear #E2F02B
Tints of Pear #E2F02B
RGB
CMYK
RGB Variations
Color information
#E2F02B (or 0xE2F02B) is known color: Pear. HEX triplet: E2, F0 and 2B. RGB value is (226,240,43). Sum of RGB (Red+Green+Blue) = 226+240+43=509 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.40% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F02B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F02B is #1D0FD4. Grayscale: #D6D6D6. Windows color (decimal): -1904597 or 2879714. OLE color: 2879714.
HSL color Cylindrical-coordinate representation of color #E2F02B: hue angle of 64.26º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2F02B is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
RGB | 226 | 240 | 43 | - |
CMYK | 0.06 | 0 | 0.82 | 0.06 |
HSL | 64.26º | 0.87% | 0.55% | - |
HSV(B) | 64.26º | 0.82% | 0.94% | - |
XYZ | 62.96 | 78.66 | 14.15 | - |
YUV | 213.36 | 31.86 | 137.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 240 | 43 | 0.06 | 0 | 0.82 | 0.06 | 64.26 | 0.87 | 0.55 |
Hex | E2 | F0 | 2B | 6 | 0 | 52 | 6 | 40 | 57 | 37 |
Octal | 342 | 360 | 53 | 6 | 0 | 122 | 6 | 100 | 127 | 67 |
Binary | 11100010 | 11110000 | 101011 | 110 | 0 | 1010010 | 110 | 1000000 | 1010111 | 110111 |
Color Harmonies of #E2F02B
Complementary color
Monochromatic Colors of #E2F02B
Black with #E2F02B
Text Example
Text Example
White with #E2F02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F02B; }
p { color: rgb(226,240,43); }
H1.HeaderClassName
{
color: #E2F02B;
}
.AnyTagClassName
{
color: #E2F02B;
}
</style>
background-color css
<style>
a { background-color: #E2F02B; }
a { background-color: rgb(226,240,43); }
div.DivClassName
{
background-color: #E2F02B;
}
.BgClassName
{
background-color: #E2F02B;
}
</style>
border-color css
<style>
span { border-color: #E2F02B; }
span { border-color: rgb(226,240,43); }
td.TdClassName
{
border-color: #E2F02B;
}
.TagClassName
{
border-color: #E2F02B;
}
</style>