Shades of Chartreuse Yellow #E4F20D
Tints of Chartreuse Yellow #E4F20D
RGB
CMYK
RGB Variations
Color information
#E4F20D (or 0xE4F20D) is known color: Chartreuse Yellow. HEX triplet: E4, F2 and 0D. RGB value is (228,242,13). Sum of RGB (Red+Green+Blue) = 228+242+13=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #E4F20D is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4F20D is #1B0DF2. Grayscale: #D4D4D4. Windows color (decimal): -1773043 or 914148. OLE color: 914148.
HSL color Cylindrical-coordinate representation of color #E4F20D: hue angle of 63.67º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4F20D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 228 | 242 | 13 | - |
| CMYK | 0.06 | 0 | 0.95 | 0.05 |
| HSL | 63.67º | 0.9% | 0.5% | - |
| HSV(B) | 63.67º | 0.95% | 0.95% | - |
| XYZ | 63.82 | 80.03 | 12.46 | - |
| YUV | 211.71 | 15.86 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 242 | 13 | 0.06 | 0 | 0.95 | 0.05 | 63.67 | 0.9 | 0.5 |
| Hex | E4 | F2 | D | 6 | 0 | 5F | 5 | 40 | 5A | 32 |
| Octal | 344 | 362 | 15 | 6 | 0 | 137 | 5 | 100 | 132 | 62 |
| Binary | 11100100 | 11110010 | 1101 | 110 | 0 | 1011111 | 101 | 1000000 | 1011010 | 110010 |
Color Harmonies of #E4F20D
Complementary color
Monochromatic Colors of #E4F20D
Black with #E4F20D
Text Example
Text Example
White with #E4F20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F20D; }
p { color: rgb(228,242,13); }
H1.HeaderClassName
{
color: #E4F20D;
}
.AnyTagClassName
{
color: #E4F20D;
}
</style>
background-color css
<style>
a { background-color: #E4F20D; }
a { background-color: rgb(228,242,13); }
div.DivClassName
{
background-color: #E4F20D;
}
.BgClassName
{
background-color: #E4F20D;
}
</style>
border-color css
<style>
span { border-color: #E4F20D; }
span { border-color: rgb(228,242,13); }
td.TdClassName
{
border-color: #E4F20D;
}
.TagClassName
{
border-color: #E4F20D;
}
</style>