Shades of Chartreuse Yellow #E4F70A
Tints of Chartreuse Yellow #E4F70A
RGB
CMYK
RGB Variations
Color information
#E4F70A (or 0xE4F70A) is known color: Chartreuse Yellow. HEX triplet: E4, F7 and 0A. RGB value is (228,247,10). Sum of RGB (Red+Green+Blue) = 228+247+10=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 247 (96.88% from 255 or 50.93% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 247 - color contains mainly: green. Hex color #E4F70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4F70A is #1B08F5. Grayscale: #D7D7D7. Windows color (decimal): -1771766 or 718820. OLE color: 718820.
HSL color Cylindrical-coordinate representation of color #E4F70A: hue angle of 64.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E4F70A is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 228 | 247 | 10 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.03 |
| HSL | 64.81º | 0.94% | 0.5% | - |
| HSV(B) | 64.81º | 0.96% | 0.97% | - |
| XYZ | 65.31 | 83.04 | 12.87 | - |
| YUV | 214.3 | 12.71 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 247 | 10 | 0.08 | 0 | 0.96 | 0.03 | 64.81 | 0.94 | 0.5 |
| Hex | E4 | F7 | A | 8 | 0 | 60 | 3 | 41 | 5E | 32 |
| Octal | 344 | 367 | 12 | 10 | 0 | 140 | 3 | 101 | 136 | 62 |
| Binary | 11100100 | 11110111 | 1010 | 1000 | 0 | 1100000 | 11 | 1000001 | 1011110 | 110010 |
Color Harmonies of #E4F70A
Complementary color
Monochromatic Colors of #E4F70A
Black with #E4F70A
Text Example
Text Example
White with #E4F70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F70A; }
p { color: rgb(228,247,10); }
H1.HeaderClassName
{
color: #E4F70A;
}
.AnyTagClassName
{
color: #E4F70A;
}
</style>
background-color css
<style>
a { background-color: #E4F70A; }
a { background-color: rgb(228,247,10); }
div.DivClassName
{
background-color: #E4F70A;
}
.BgClassName
{
background-color: #E4F70A;
}
</style>
border-color css
<style>
span { border-color: #E4F70A; }
span { border-color: rgb(228,247,10); }
td.TdClassName
{
border-color: #E4F70A;
}
.TagClassName
{
border-color: #E4F70A;
}
</style>