Shades of Jonquil #E2F498
Tints of Jonquil #E2F498
RGB
CMYK
RGB Variations
Color information
#E2F498 (or 0xE2F498) is known color: Jonquil. HEX triplet: E2, F4 and 98. RGB value is (226,244,152). Sum of RGB (Red+Green+Blue) = 226+244+152=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 244 (95.70% from 255 or 39.23% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F498 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F498 is #1D0B67. Grayscale: #E4E4E4. Windows color (decimal): -1903464 or 10024162. OLE color: 10024162.
HSL color Cylindrical-coordinate representation of color #E2F498: hue angle of 71.74º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2F498 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 152 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.04 |
| HSL | 71.74º | 0.81% | 0.78% | - |
| HSV(B) | 71.74º | 0.38% | 0.96% | - |
| XYZ | 69.38 | 83.14 | 42.1 | - |
| YUV | 228.13 | 85.04 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 152 | 0.07 | 0 | 0.38 | 0.04 | 71.74 | 0.81 | 0.78 |
| Hex | E2 | F4 | 98 | 7 | 0 | 26 | 4 | 48 | 51 | 4E |
| Octal | 342 | 364 | 230 | 7 | 0 | 46 | 4 | 110 | 121 | 116 |
| Binary | 11100010 | 11110100 | 10011000 | 111 | 0 | 100110 | 100 | 1001000 | 1010001 | 1001110 |
Color Harmonies of #E2F498
Complementary color
Monochromatic Colors of #E2F498
Black with #E2F498
Text Example
Text Example
White with #E2F498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F498; }
p { color: rgb(226,244,152); }
H1.HeaderClassName
{
color: #E2F498;
}
.AnyTagClassName
{
color: #E2F498;
}
</style>
background-color css
<style>
a { background-color: #E2F498; }
a { background-color: rgb(226,244,152); }
div.DivClassName
{
background-color: #E2F498;
}
.BgClassName
{
background-color: #E2F498;
}
</style>
border-color css
<style>
span { border-color: #E2F498; }
span { border-color: rgb(226,244,152); }
td.TdClassName
{
border-color: #E2F498;
}
.TagClassName
{
border-color: #E2F498;
}
</style>