Shades of Pear #E0FA42
Tints of Pear #E0FA42
RGB
CMYK
RGB Variations
Color information
#E0FA42 (or 0xE0FA42) is known color: Pear. HEX triplet: E0, FA and 42. RGB value is (224,250,66). Sum of RGB (Red+Green+Blue) = 224+250+66=540 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.48% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 66 (26.17% from 255 or 12.22% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E0FA42 is #1F05BD. Grayscale: #DDDDDD. Windows color (decimal): -2033086 or 4389600. OLE color: 4389600.
HSL color Cylindrical-coordinate representation of color #E0FA42: hue angle of 68.48º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0FA42 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 66 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.02 |
| HSL | 68.48º | 0.95% | 0.62% | - |
| HSV(B) | 68.48º | 0.74% | 0.98% | - |
| XYZ | 65.91 | 84.61 | 18.01 | - |
| YUV | 221.25 | 40.39 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 66 | 0.10 | 0 | 0.74 | 0.02 | 68.48 | 0.95 | 0.62 |
| Hex | E0 | FA | 42 | A | 0 | 4A | 2 | 44 | 5F | 3E |
| Octal | 340 | 372 | 102 | 12 | 0 | 112 | 2 | 104 | 137 | 76 |
| Binary | 11100000 | 11111010 | 1000010 | 1010 | 0 | 1001010 | 10 | 1000100 | 1011111 | 111110 |
Color Harmonies of #E0FA42
Complementary color
Monochromatic Colors of #E0FA42
Black with #E0FA42
Text Example
Text Example
White with #E0FA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FA42; }
p { color: rgb(224,250,66); }
H1.HeaderClassName
{
color: #E0FA42;
}
.AnyTagClassName
{
color: #E0FA42;
}
</style>
background-color css
<style>
a { background-color: #E0FA42; }
a { background-color: rgb(224,250,66); }
div.DivClassName
{
background-color: #E0FA42;
}
.BgClassName
{
background-color: #E0FA42;
}
</style>
border-color css
<style>
span { border-color: #E0FA42; }
span { border-color: rgb(224,250,66); }
td.TdClassName
{
border-color: #E0FA42;
}
.TagClassName
{
border-color: #E0FA42;
}
</style>