Shades of Pear #E2F32B
Tints of Pear #E2F32B
RGB
CMYK
RGB Variations
Color information
#E2F32B (or 0xE2F32B) is known color: Pear. HEX triplet: E2, F3 and 2B. RGB value is (226,243,43). Sum of RGB (Red+Green+Blue) = 226+243+43=512 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.14% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 43 (17.19% from 255 or 8.40% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F32B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F32B is #1D0CD4. Grayscale: #D7D7D7. Windows color (decimal): -1903829 or 2880482. OLE color: 2880482.
HSL color Cylindrical-coordinate representation of color #E2F32B: hue angle of 65.1º degrees, saturation: 0.89, 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 #E2F32B is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 43 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.05 |
| HSL | 65.1º | 0.89% | 0.56% | - |
| HSV(B) | 65.1º | 0.82% | 0.95% | - |
| XYZ | 63.85 | 80.44 | 14.45 | - |
| YUV | 215.12 | 30.87 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 43 | 0.07 | 0 | 0.82 | 0.05 | 65.1 | 0.89 | 0.56 |
| Hex | E2 | F3 | 2B | 7 | 0 | 52 | 5 | 41 | 59 | 38 |
| Octal | 342 | 363 | 53 | 7 | 0 | 122 | 5 | 101 | 131 | 70 |
| Binary | 11100010 | 11110011 | 101011 | 111 | 0 | 1010010 | 101 | 1000001 | 1011001 | 111000 |
Color Harmonies of #E2F32B
Complementary color
Monochromatic Colors of #E2F32B
Black with #E2F32B
Text Example
Text Example
White with #E2F32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F32B; }
p { color: rgb(226,243,43); }
H1.HeaderClassName
{
color: #E2F32B;
}
.AnyTagClassName
{
color: #E2F32B;
}
</style>
background-color css
<style>
a { background-color: #E2F32B; }
a { background-color: rgb(226,243,43); }
div.DivClassName
{
background-color: #E2F32B;
}
.BgClassName
{
background-color: #E2F32B;
}
</style>
border-color css
<style>
span { border-color: #E2F32B; }
span { border-color: rgb(226,243,43); }
td.TdClassName
{
border-color: #E2F32B;
}
.TagClassName
{
border-color: #E2F32B;
}
</style>