Shades of Pear #E7FE30
Tints of Pear #E7FE30
RGB
CMYK
RGB Variations
Color information
#E7FE30 (or 0xE7FE30) is known color: Pear. HEX triplet: E7, FE and 30. RGB value is (231,254,48). Sum of RGB (Red+Green+Blue) = 231+254+48=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 254 (99.61% from 255 or 47.65% from 533); Blue value is 48 (19.14% from 255 or 9.01% from 533); Max value from RGB is 254 - color contains mainly: green. Hex color #E7FE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #E7FE30 is #1801CF. Grayscale: #E0E0E0. Windows color (decimal): -1573328 or 3210983. OLE color: 3210983.
HSL color Cylindrical-coordinate representation of color #E7FE30: hue angle of 66.7º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E7FE30 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 254 | 48 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.00 |
| HSL | 66.7º | 0.99% | 0.59% | - |
| HSV(B) | 66.7º | 0.81% | 1% | - |
| XYZ | 68.93 | 88.09 | 16.17 | - |
| YUV | 223.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 254 | 48 | 0.09 | 0 | 0.81 | 0.00 | 66.7 | 0.99 | 0.59 |
| Hex | E7 | FE | 30 | 9 | 0 | 51 | 0 | 43 | 63 | 3B |
| Octal | 347 | 376 | 60 | 11 | 0 | 121 | 0 | 103 | 143 | 73 |
| Binary | 11100111 | 11111110 | 110000 | 1001 | 0 | 1010001 | 0 | 1000011 | 1100011 | 111011 |
Color Harmonies of #E7FE30
Complementary color
Monochromatic Colors of #E7FE30
Black with #E7FE30
Text Example
Text Example
White with #E7FE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FE30; }
p { color: rgb(231,254,48); }
H1.HeaderClassName
{
color: #E7FE30;
}
.AnyTagClassName
{
color: #E7FE30;
}
</style>
background-color css
<style>
a { background-color: #E7FE30; }
a { background-color: rgb(231,254,48); }
div.DivClassName
{
background-color: #E7FE30;
}
.BgClassName
{
background-color: #E7FE30;
}
</style>
border-color css
<style>
span { border-color: #E7FE30; }
span { border-color: rgb(231,254,48); }
td.TdClassName
{
border-color: #E7FE30;
}
.TagClassName
{
border-color: #E7FE30;
}
</style>