Shades of Pear #E2FC2C
Tints of Pear #E2FC2C
RGB
CMYK
RGB Variations
Color information
#E2FC2C (or 0xE2FC2C) is known color: Pear. HEX triplet: E2, FC and 2C. RGB value is (226,252,44). Sum of RGB (Red+Green+Blue) = 226+252+44=522 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.30% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 44 (17.58% from 255 or 8.43% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FC2C is #1D03D3. Grayscale: #DDDDDD. Windows color (decimal): -1901524 or 2948322. OLE color: 2948322.
HSL color Cylindrical-coordinate representation of color #E2FC2C: hue angle of 67.5º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2FC2C is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 252 | 44 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.01 |
| HSL | 67.5º | 0.97% | 0.58% | - |
| HSV(B) | 67.5º | 0.83% | 0.99% | - |
| XYZ | 66.63 | 85.97 | 15.47 | - |
| YUV | 220.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 252 | 44 | 0.10 | 0 | 0.83 | 0.01 | 67.5 | 0.97 | 0.58 |
| Hex | E2 | FC | 2C | A | 0 | 53 | 1 | 44 | 61 | 3A |
| Octal | 342 | 374 | 54 | 12 | 0 | 123 | 1 | 104 | 141 | 72 |
| Binary | 11100010 | 11111100 | 101100 | 1010 | 0 | 1010011 | 1 | 1000100 | 1100001 | 111010 |
Color Harmonies of #E2FC2C
Complementary color
Monochromatic Colors of #E2FC2C
Black with #E2FC2C
Text Example
Text Example
White with #E2FC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FC2C; }
p { color: rgb(226,252,44); }
H1.HeaderClassName
{
color: #E2FC2C;
}
.AnyTagClassName
{
color: #E2FC2C;
}
</style>
background-color css
<style>
a { background-color: #E2FC2C; }
a { background-color: rgb(226,252,44); }
div.DivClassName
{
background-color: #E2FC2C;
}
.BgClassName
{
background-color: #E2FC2C;
}
</style>
border-color css
<style>
span { border-color: #E2FC2C; }
span { border-color: rgb(226,252,44); }
td.TdClassName
{
border-color: #E2FC2C;
}
.TagClassName
{
border-color: #E2FC2C;
}
</style>