Shades of Jonquil #E4F28E
Tints of Jonquil #E4F28E
RGB
CMYK
RGB Variations
Color information
#E4F28E (or 0xE4F28E) is known color: Jonquil. HEX triplet: E4, F2 and 8E. RGB value is (228,242,142). Sum of RGB (Red+Green+Blue) = 228+242+142=612 (81% of max value = 765). Red value is 228 (89.45% from 255 or 37.25% from 612); Green value is 242 (94.92% from 255 or 39.54% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F28E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E4F28E is #1B0D71. Grayscale: #E2E2E2. Windows color (decimal): -1772914 or 9368292. OLE color: 9368292.
HSL color Cylindrical-coordinate representation of color #E4F28E: hue angle of 68.4º 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 #E4F28E is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 142 | - |
| CMYK | 0.06 | 0 | 0.41 | 0.05 |
| HSL | 68.4º | 0.79% | 0.75% | - |
| HSV(B) | 68.4º | 0.41% | 0.95% | - |
| XYZ | 68.63 | 81.95 | 37.79 | - |
| YUV | 226.41 | 80.36 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 142 | 0.06 | 0 | 0.41 | 0.05 | 68.4 | 0.79 | 0.75 |
| Hex | E4 | F2 | 8E | 6 | 0 | 29 | 5 | 44 | 4F | 4B |
| Octal | 344 | 362 | 216 | 6 | 0 | 51 | 5 | 104 | 117 | 113 |
| Binary | 11100100 | 11110010 | 10001110 | 110 | 0 | 101001 | 101 | 1000100 | 1001111 | 1001011 |
Color Harmonies of #E4F28E
Complementary color
Monochromatic Colors of #E4F28E
Black with #E4F28E
Text Example
Text Example
White with #E4F28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F28E; }
p { color: rgb(228,242,142); }
H1.HeaderClassName
{
color: #E4F28E;
}
.AnyTagClassName
{
color: #E4F28E;
}
</style>
background-color css
<style>
a { background-color: #E4F28E; }
a { background-color: rgb(228,242,142); }
div.DivClassName
{
background-color: #E4F28E;
}
.BgClassName
{
background-color: #E4F28E;
}
</style>
border-color css
<style>
span { border-color: #E4F28E; }
span { border-color: rgb(228,242,142); }
td.TdClassName
{
border-color: #E4F28E;
}
.TagClassName
{
border-color: #E4F28E;
}
</style>