Shades of Pear #E5F72F
Tints of Pear #E5F72F
RGB
CMYK
RGB Variations
Color information
#E5F72F (or 0xE5F72F) is known color: Pear. HEX triplet: E5, F7 and 2F. RGB value is (229,247,47). Sum of RGB (Red+Green+Blue) = 229+247+47=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 247 (96.88% from 255 or 47.23% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 247 - color contains mainly: green. Hex color #E5F72F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E5F72F is #1A08D0. Grayscale: #DBDBDB. Windows color (decimal): -1706193 or 3143653. OLE color: 3143653.
HSL color Cylindrical-coordinate representation of color #E5F72F: hue angle of 65.4º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5F72F is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 229 | 247 | 47 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.03 |
| HSL | 65.4º | 0.93% | 0.58% | - |
| HSV(B) | 65.4º | 0.81% | 0.97% | - |
| XYZ | 66.09 | 83.38 | 15.3 | - |
| YUV | 218.82 | 31.04 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 247 | 47 | 0.07 | 0 | 0.81 | 0.03 | 65.4 | 0.93 | 0.58 |
| Hex | E5 | F7 | 2F | 7 | 0 | 51 | 3 | 41 | 5D | 3A |
| Octal | 345 | 367 | 57 | 7 | 0 | 121 | 3 | 101 | 135 | 72 |
| Binary | 11100101 | 11110111 | 101111 | 111 | 0 | 1010001 | 11 | 1000001 | 1011101 | 111010 |
Color Harmonies of #E5F72F
Complementary color
Monochromatic Colors of #E5F72F
Black with #E5F72F
Text Example
Text Example
White with #E5F72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F72F; }
p { color: rgb(229,247,47); }
H1.HeaderClassName
{
color: #E5F72F;
}
.AnyTagClassName
{
color: #E5F72F;
}
</style>
background-color css
<style>
a { background-color: #E5F72F; }
a { background-color: rgb(229,247,47); }
div.DivClassName
{
background-color: #E5F72F;
}
.BgClassName
{
background-color: #E5F72F;
}
</style>
border-color css
<style>
span { border-color: #E5F72F; }
span { border-color: rgb(229,247,47); }
td.TdClassName
{
border-color: #E5F72F;
}
.TagClassName
{
border-color: #E5F72F;
}
</style>