Shades of Pear #E2F93D
Tints of Pear #E2F93D
RGB
CMYK
RGB Variations
Color information
#E2F93D (or 0xE2F93D) is known color: Pear. HEX triplet: E2, F9 and 3D. RGB value is (226,249,61). Sum of RGB (Red+Green+Blue) = 226+249+61=536 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.16% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 61 (24.22% from 255 or 11.38% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F93D is #1D06C2. Grayscale: #DDDDDD. Windows color (decimal): -1902275 or 4061666. OLE color: 4061666.
HSL color Cylindrical-coordinate representation of color #E2F93D: hue angle of 67.34º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E2F93D is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 249 | 61 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.02 |
| HSL | 67.34º | 0.94% | 0.61% | - |
| HSV(B) | 67.34º | 0.76% | 0.98% | - |
| XYZ | 66.08 | 84.26 | 17.2 | - |
| YUV | 220.69 | 37.88 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 249 | 61 | 0.09 | 0 | 0.76 | 0.02 | 67.34 | 0.94 | 0.61 |
| Hex | E2 | F9 | 3D | 9 | 0 | 4C | 2 | 43 | 5E | 3D |
| Octal | 342 | 371 | 75 | 11 | 0 | 114 | 2 | 103 | 136 | 75 |
| Binary | 11100010 | 11111001 | 111101 | 1001 | 0 | 1001100 | 10 | 1000011 | 1011110 | 111101 |
Color Harmonies of #E2F93D
Complementary color
Monochromatic Colors of #E2F93D
Black with #E2F93D
Text Example
Text Example
White with #E2F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F93D; }
p { color: rgb(226,249,61); }
H1.HeaderClassName
{
color: #E2F93D;
}
.AnyTagClassName
{
color: #E2F93D;
}
</style>
background-color css
<style>
a { background-color: #E2F93D; }
a { background-color: rgb(226,249,61); }
div.DivClassName
{
background-color: #E2F93D;
}
.BgClassName
{
background-color: #E2F93D;
}
</style>
border-color css
<style>
span { border-color: #E2F93D; }
span { border-color: rgb(226,249,61); }
td.TdClassName
{
border-color: #E2F93D;
}
.TagClassName
{
border-color: #E2F93D;
}
</style>