Shades of Pear #E2F52A
Tints of Pear #E2F52A
RGB
CMYK
RGB Variations
Color information
#E2F52A (or 0xE2F52A) is known color: Pear. HEX triplet: E2, F5 and 2A. RGB value is (226,245,42). Sum of RGB (Red+Green+Blue) = 226+245+42=513 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.05% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #E2F52A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F52A is #1D0AD5. Grayscale: #D8D8D8. Windows color (decimal): -1903318 or 2815458. OLE color: 2815458.
HSL color Cylindrical-coordinate representation of color #E2F52A: hue angle of 65.62º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2F52A is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 245 | 42 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.04 |
| HSL | 65.62º | 0.91% | 0.56% | - |
| HSV(B) | 65.62º | 0.83% | 0.96% | - |
| XYZ | 64.43 | 81.64 | 14.55 | - |
| YUV | 216.18 | 29.71 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 245 | 42 | 0.08 | 0 | 0.83 | 0.04 | 65.62 | 0.91 | 0.56 |
| Hex | E2 | F5 | 2A | 8 | 0 | 53 | 4 | 42 | 5B | 38 |
| Octal | 342 | 365 | 52 | 10 | 0 | 123 | 4 | 102 | 133 | 70 |
| Binary | 11100010 | 11110101 | 101010 | 1000 | 0 | 1010011 | 100 | 1000010 | 1011011 | 111000 |
Color Harmonies of #E2F52A
Complementary color
Monochromatic Colors of #E2F52A
Black with #E2F52A
Text Example
Text Example
White with #E2F52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F52A; }
p { color: rgb(226,245,42); }
H1.HeaderClassName
{
color: #E2F52A;
}
.AnyTagClassName
{
color: #E2F52A;
}
</style>
background-color css
<style>
a { background-color: #E2F52A; }
a { background-color: rgb(226,245,42); }
div.DivClassName
{
background-color: #E2F52A;
}
.BgClassName
{
background-color: #E2F52A;
}
</style>
border-color css
<style>
span { border-color: #E2F52A; }
span { border-color: rgb(226,245,42); }
td.TdClassName
{
border-color: #E2F52A;
}
.TagClassName
{
border-color: #E2F52A;
}
</style>