Shades of Pear #E2F31D
Tints of Pear #E2F31D
RGB
CMYK
RGB Variations
Color information
#E2F31D (or 0xE2F31D) is known color: Pear. HEX triplet: E2, F3 and 1D. RGB value is (226,243,29). Sum of RGB (Red+Green+Blue) = 226+243+29=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 29 (11.72% from 255 or 5.82% from 498); Max value from RGB is 243 - color contains mainly: green. Hex color #E2F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F31D is #1D0CE2. Grayscale: #D6D6D6. Windows color (decimal): -1903843 or 1962978. OLE color: 1962978.
HSL color Cylindrical-coordinate representation of color #E2F31D: hue angle of 64.77º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2F31D is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 243 | 29 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.05 |
| HSL | 64.77º | 0.9% | 0.53% | - |
| HSV(B) | 64.77º | 0.88% | 0.95% | - |
| XYZ | 63.64 | 80.36 | 13.32 | - |
| YUV | 213.52 | 23.87 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 243 | 29 | 0.07 | 0 | 0.88 | 0.05 | 64.77 | 0.9 | 0.53 |
| Hex | E2 | F3 | 1D | 7 | 0 | 58 | 5 | 41 | 5A | 35 |
| Octal | 342 | 363 | 35 | 7 | 0 | 130 | 5 | 101 | 132 | 65 |
| Binary | 11100010 | 11110011 | 11101 | 111 | 0 | 1011000 | 101 | 1000001 | 1011010 | 110101 |
Color Harmonies of #E2F31D
Complementary color
Monochromatic Colors of #E2F31D
Black with #E2F31D
Text Example
Text Example
White with #E2F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F31D; }
p { color: rgb(226,243,29); }
H1.HeaderClassName
{
color: #E2F31D;
}
.AnyTagClassName
{
color: #E2F31D;
}
</style>
background-color css
<style>
a { background-color: #E2F31D; }
a { background-color: rgb(226,243,29); }
div.DivClassName
{
background-color: #E2F31D;
}
.BgClassName
{
background-color: #E2F31D;
}
</style>
border-color css
<style>
span { border-color: #E2F31D; }
span { border-color: rgb(226,243,29); }
td.TdClassName
{
border-color: #E2F31D;
}
.TagClassName
{
border-color: #E2F31D;
}
</style>