Shades of Jonquil #E2F28F
Tints of Jonquil #E2F28F
RGB
CMYK
RGB Variations
Color information
#E2F28F (or 0xE2F28F) is known color: Jonquil. HEX triplet: E2, F2 and 8F. RGB value is (226,242,143). Sum of RGB (Red+Green+Blue) = 226+242+143=611 (80% of max value = 765). Red value is 226 (88.67% from 255 or 36.99% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 143 (56.25% from 255 or 23.40% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F28F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F28F is #1D0D70. Grayscale: #E2E2E2. Windows color (decimal): -1903985 or 9433826. OLE color: 9433826.
HSL color Cylindrical-coordinate representation of color #E2F28F: hue angle of 69.7º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2F28F is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 226 | 242 | 143 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.05 |
| HSL | 69.7º | 0.79% | 0.75% | - |
| HSV(B) | 69.7º | 0.41% | 0.95% | - |
| XYZ | 68.07 | 81.66 | 38.16 | - |
| YUV | 225.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 242 | 143 | 0.07 | 0 | 0.41 | 0.05 | 69.7 | 0.79 | 0.75 |
| Hex | E2 | F2 | 8F | 7 | 0 | 29 | 5 | 46 | 4F | 4B |
| Octal | 342 | 362 | 217 | 7 | 0 | 51 | 5 | 106 | 117 | 113 |
| Binary | 11100010 | 11110010 | 10001111 | 111 | 0 | 101001 | 101 | 1000110 | 1001111 | 1001011 |
Color Harmonies of #E2F28F
Complementary color
Monochromatic Colors of #E2F28F
Black with #E2F28F
Text Example
Text Example
White with #E2F28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F28F; }
p { color: rgb(226,242,143); }
H1.HeaderClassName
{
color: #E2F28F;
}
.AnyTagClassName
{
color: #E2F28F;
}
</style>
background-color css
<style>
a { background-color: #E2F28F; }
a { background-color: rgb(226,242,143); }
div.DivClassName
{
background-color: #E2F28F;
}
.BgClassName
{
background-color: #E2F28F;
}
</style>
border-color css
<style>
span { border-color: #E2F28F; }
span { border-color: rgb(226,242,143); }
td.TdClassName
{
border-color: #E2F28F;
}
.TagClassName
{
border-color: #E2F28F;
}
</style>