Shades of Pear #E2FB3F
Tints of Pear #E2FB3F
RGB
CMYK
RGB Variations
Color information
#E2FB3F (or 0xE2FB3F) is known color: Pear. HEX triplet: E2, FB and 3F. RGB value is (226,251,63). Sum of RGB (Red+Green+Blue) = 226+251+63=540 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.85% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 63 (25% from 255 or 11.67% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FB3F is #1D04C0. Grayscale: #DEDEDE. Windows color (decimal): -1901761 or 4193250. OLE color: 4193250.
HSL color Cylindrical-coordinate representation of color #E2FB3F: hue angle of 67.98º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E2FB3F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 63 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.02 |
| HSL | 67.98º | 0.96% | 0.62% | - |
| HSV(B) | 67.98º | 0.75% | 0.98% | - |
| XYZ | 66.76 | 85.52 | 17.69 | - |
| YUV | 222.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 63 | 0.10 | 0 | 0.75 | 0.02 | 67.98 | 0.96 | 0.62 |
| Hex | E2 | FB | 3F | A | 0 | 4B | 2 | 44 | 60 | 3E |
| Octal | 342 | 373 | 77 | 12 | 0 | 113 | 2 | 104 | 140 | 76 |
| Binary | 11100010 | 11111011 | 111111 | 1010 | 0 | 1001011 | 10 | 1000100 | 1100000 | 111110 |
Color Harmonies of #E2FB3F
Complementary color
Monochromatic Colors of #E2FB3F
Black with #E2FB3F
Text Example
Text Example
White with #E2FB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FB3F; }
p { color: rgb(226,251,63); }
H1.HeaderClassName
{
color: #E2FB3F;
}
.AnyTagClassName
{
color: #E2FB3F;
}
</style>
background-color css
<style>
a { background-color: #E2FB3F; }
a { background-color: rgb(226,251,63); }
div.DivClassName
{
background-color: #E2FB3F;
}
.BgClassName
{
background-color: #E2FB3F;
}
</style>
border-color css
<style>
span { border-color: #E2FB3F; }
span { border-color: rgb(226,251,63); }
td.TdClassName
{
border-color: #E2FB3F;
}
.TagClassName
{
border-color: #E2FB3F;
}
</style>