Shades of Pear #E0FA27
Tints of Pear #E0FA27
RGB
CMYK
RGB Variations
Color information
#E0FA27 (or 0xE0FA27) is known color: Pear. HEX triplet: E0, FA and 27. RGB value is (224,250,39). Sum of RGB (Red+Green+Blue) = 224+250+39=513 (67% of max value = 765). Red value is 224 (87.89% from 255 or 43.66% from 513); Green value is 250 (98.05% from 255 or 48.73% from 513); Blue value is 39 (15.62% from 255 or 7.60% from 513); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA27 is #1F05D8. Grayscale: #DADADA. Windows color (decimal): -2033113 or 2620128. OLE color: 2620128.
HSL color Cylindrical-coordinate representation of color #E0FA27: hue angle of 67.39º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E0FA27 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 39 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.02 |
| HSL | 67.39º | 0.95% | 0.57% | - |
| HSV(B) | 67.39º | 0.84% | 0.98% | - |
| XYZ | 65.29 | 84.36 | 14.76 | - |
| YUV | 218.17 | 26.89 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 39 | 0.10 | 0 | 0.84 | 0.02 | 67.39 | 0.95 | 0.57 |
| Hex | E0 | FA | 27 | A | 0 | 54 | 2 | 43 | 5F | 39 |
| Octal | 340 | 372 | 47 | 12 | 0 | 124 | 2 | 103 | 137 | 71 |
| Binary | 11100000 | 11111010 | 100111 | 1010 | 0 | 1010100 | 10 | 1000011 | 1011111 | 111001 |
Color Harmonies of #E0FA27
Complementary color
Monochromatic Colors of #E0FA27
Black with #E0FA27
Text Example
Text Example
White with #E0FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA27; }
p { color: rgb(224,250,39); }
H1.HeaderClassName
{
color: #E0FA27;
}
.AnyTagClassName
{
color: #E0FA27;
}
</style>
background-color css
<style>
a { background-color: #E0FA27; }
a { background-color: rgb(224,250,39); }
div.DivClassName
{
background-color: #E0FA27;
}
.BgClassName
{
background-color: #E0FA27;
}
</style>
border-color css
<style>
span { border-color: #E0FA27; }
span { border-color: rgb(224,250,39); }
td.TdClassName
{
border-color: #E0FA27;
}
.TagClassName
{
border-color: #E0FA27;
}
</style>