Shades of Chartreuse Yellow #E4F00C
Tints of Chartreuse Yellow #E4F00C
RGB
CMYK
RGB Variations
Color information
#E4F00C (or 0xE4F00C) is known color: Chartreuse Yellow. HEX triplet: E4, F0 and 0C. RGB value is (228,240,12). Sum of RGB (Red+Green+Blue) = 228+240+12=480 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.5% from 480); Green value is 240 (94.14% from 255 or 50% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 240 - color contains mainly: green. Hex color #E4F00C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E4F00C is #1B0FF3. Grayscale: #D3D3D3. Windows color (decimal): -1773556 or 848100. OLE color: 848100.
HSL color Cylindrical-coordinate representation of color #E4F00C: hue angle of 63.16º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E4F00C is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 228 | 240 | 12 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.06 |
| HSL | 63.16º | 0.9% | 0.49% | - |
| HSV(B) | 63.16º | 0.95% | 0.94% | - |
| XYZ | 63.22 | 78.84 | 12.23 | - |
| YUV | 210.42 | 16.02 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 240 | 12 | 0.05 | 0 | 0.95 | 0.06 | 63.16 | 0.9 | 0.49 |
| Hex | E4 | F0 | C | 5 | 0 | 5F | 6 | 3F | 5A | 31 |
| Octal | 344 | 360 | 14 | 5 | 0 | 137 | 6 | 77 | 132 | 61 |
| Binary | 11100100 | 11110000 | 1100 | 101 | 0 | 1011111 | 110 | 111111 | 1011010 | 110001 |
Color Harmonies of #E4F00C
Complementary color
Monochromatic Colors of #E4F00C
Black with #E4F00C
Text Example
Text Example
White with #E4F00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4F00C; }
p { color: rgb(228,240,12); }
H1.HeaderClassName
{
color: #E4F00C;
}
.AnyTagClassName
{
color: #E4F00C;
}
</style>
background-color css
<style>
a { background-color: #E4F00C; }
a { background-color: rgb(228,240,12); }
div.DivClassName
{
background-color: #E4F00C;
}
.BgClassName
{
background-color: #E4F00C;
}
</style>
border-color css
<style>
span { border-color: #E4F00C; }
span { border-color: rgb(228,240,12); }
td.TdClassName
{
border-color: #E4F00C;
}
.TagClassName
{
border-color: #E4F00C;
}
</style>