Shades of Pear #E2FD2C
Tints of Pear #E2FD2C
RGB
CMYK
RGB Variations
Color information
#E2FD2C (or 0xE2FD2C) is known color: Pear. HEX triplet: E2, FD and 2C. RGB value is (226,253,44). Sum of RGB (Red+Green+Blue) = 226+253+44=523 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.21% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 44 (17.58% from 255 or 8.41% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2FD2C is #1D02D3. Grayscale: #DDDDDD. Windows color (decimal): -1901268 or 2948578. OLE color: 2948578.
HSL color Cylindrical-coordinate representation of color #E2FD2C: hue angle of 67.75º degrees, saturation: 0.98, 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 #E2FD2C is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 226 | 253 | 44 | - |
| CMYK | 0.11 | 0 | 0.83 | 0.01 |
| HSL | 67.75º | 0.98% | 0.58% | - |
| HSV(B) | 67.75º | 0.83% | 0.99% | - |
| XYZ | 66.94 | 86.6 | 15.57 | - |
| YUV | 221.1 | 28.05 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 253 | 44 | 0.11 | 0 | 0.83 | 0.01 | 67.75 | 0.98 | 0.58 |
| Hex | E2 | FD | 2C | B | 0 | 53 | 1 | 44 | 62 | 3A |
| Octal | 342 | 375 | 54 | 13 | 0 | 123 | 1 | 104 | 142 | 72 |
| Binary | 11100010 | 11111101 | 101100 | 1011 | 0 | 1010011 | 1 | 1000100 | 1100010 | 111010 |
Color Harmonies of #E2FD2C
Complementary color
Monochromatic Colors of #E2FD2C
Black with #E2FD2C
Text Example
Text Example
White with #E2FD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FD2C; }
p { color: rgb(226,253,44); }
H1.HeaderClassName
{
color: #E2FD2C;
}
.AnyTagClassName
{
color: #E2FD2C;
}
</style>
background-color css
<style>
a { background-color: #E2FD2C; }
a { background-color: rgb(226,253,44); }
div.DivClassName
{
background-color: #E2FD2C;
}
.BgClassName
{
background-color: #E2FD2C;
}
</style>
border-color css
<style>
span { border-color: #E2FD2C; }
span { border-color: rgb(226,253,44); }
td.TdClassName
{
border-color: #E2FD2C;
}
.TagClassName
{
border-color: #E2FD2C;
}
</style>