Shades of Pear #E7FF2A
Tints of Pear #E7FF2A
RGB
CMYK
RGB Variations
Color information
#E7FF2A (or 0xE7FF2A) is known color: Pear. HEX triplet: E7, FF and 2A. RGB value is (231,255,42). Sum of RGB (Red+Green+Blue) = 231+255+42=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 42 (16.80% from 255 or 7.95% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #E7FF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FF2A is #1800D5. Grayscale: #E0E0E0. Windows color (decimal): -1573078 or 2818023. OLE color: 2818023.
HSL color Cylindrical-coordinate representation of color #E7FF2A: hue angle of 66.76º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7FF2A is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 231 | 255 | 42 | - |
| CMYK | 0.09 | 0 | 0.84 | 0 |
| HSL | 66.76º | 1% | 0.58% | - |
| HSV(B) | 66.76º | 0.84% | 1% | - |
| XYZ | 69.13 | 88.68 | 15.66 | - |
| YUV | 223.54 | 25.55 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 255 | 42 | 0.09 | 0 | 0.84 | 0 | 66.76 | 1 | 0.58 |
| Hex | E7 | FF | 2A | 9 | 0 | 54 | 0 | 43 | 64 | 3A |
| Octal | 347 | 377 | 52 | 11 | 0 | 124 | 0 | 103 | 144 | 72 |
| Binary | 11100111 | 11111111 | 101010 | 1001 | 0 | 1010100 | 0 | 1000011 | 1100100 | 111010 |
Color Harmonies of #E7FF2A
Complementary color
Monochromatic Colors of #E7FF2A
Black with #E7FF2A
Text Example
Text Example
White with #E7FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FF2A; }
p { color: rgb(231,255,42); }
H1.HeaderClassName
{
color: #E7FF2A;
}
.AnyTagClassName
{
color: #E7FF2A;
}
</style>
background-color css
<style>
a { background-color: #E7FF2A; }
a { background-color: rgb(231,255,42); }
div.DivClassName
{
background-color: #E7FF2A;
}
.BgClassName
{
background-color: #E7FF2A;
}
</style>
border-color css
<style>
span { border-color: #E7FF2A; }
span { border-color: rgb(231,255,42); }
td.TdClassName
{
border-color: #E7FF2A;
}
.TagClassName
{
border-color: #E7FF2A;
}
</style>