Shades of Chartreuse Yellow #E0F10A
Tints of Chartreuse Yellow #E0F10A
RGB
CMYK
RGB Variations
Color information
#E0F10A (or 0xE0F10A) is known color: Chartreuse Yellow. HEX triplet: E0, F1 and 0A. RGB value is (224,241,10). Sum of RGB (Red+Green+Blue) = 224+241+10=475 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.16% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E0F10A is #1F0EF5. Grayscale: #D2D2D2. Windows color (decimal): -2035446 or 717280. OLE color: 717280.
HSL color Cylindrical-coordinate representation of color #E0F10A: hue angle of 64.42º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E0F10A is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 224 | 241 | 10 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.05 |
| HSL | 64.42º | 0.92% | 0.49% | - |
| HSV(B) | 64.42º | 0.96% | 0.95% | - |
| XYZ | 62.25 | 78.78 | 12.21 | - |
| YUV | 209.58 | 15.37 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 241 | 10 | 0.07 | 0 | 0.96 | 0.05 | 64.42 | 0.92 | 0.49 |
| Hex | E0 | F1 | A | 7 | 0 | 60 | 5 | 40 | 5C | 31 |
| Octal | 340 | 361 | 12 | 7 | 0 | 140 | 5 | 100 | 134 | 61 |
| Binary | 11100000 | 11110001 | 1010 | 111 | 0 | 1100000 | 101 | 1000000 | 1011100 | 110001 |
Color Harmonies of #E0F10A
Complementary color
Monochromatic Colors of #E0F10A
Black with #E0F10A
Text Example
Text Example
White with #E0F10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F10A; }
p { color: rgb(224,241,10); }
H1.HeaderClassName
{
color: #E0F10A;
}
.AnyTagClassName
{
color: #E0F10A;
}
</style>
background-color css
<style>
a { background-color: #E0F10A; }
a { background-color: rgb(224,241,10); }
div.DivClassName
{
background-color: #E0F10A;
}
.BgClassName
{
background-color: #E0F10A;
}
</style>
border-color css
<style>
span { border-color: #E0F10A; }
span { border-color: rgb(224,241,10); }
td.TdClassName
{
border-color: #E0F10A;
}
.TagClassName
{
border-color: #E0F10A;
}
</style>