Shades of Chartreuse Yellow #E2E70A
Tints of Chartreuse Yellow #E2E70A
RGB
CMYK
RGB Variations
Color information
#E2E70A (or 0xE2E70A) is known color: Chartreuse Yellow. HEX triplet: E2, E7 and 0A. RGB value is (226,231,10). Sum of RGB (Red+Green+Blue) = 226+231+10=467 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.39% from 467); Green value is 231 (90.62% from 255 or 49.46% from 467); Blue value is 10 (4.30% from 255 or 2.14% from 467); Max value from RGB is 231 - color contains mainly: green. Hex color #E2E70A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #E2E70A is #1D18F5. Grayscale: #CDCDCD. Windows color (decimal): -1906934 or 714722. OLE color: 714722.
HSL color Cylindrical-coordinate representation of color #E2E70A: hue angle of 61.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E2E70A is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 226 | 231 | 10 | - |
| CMYK | 0.02 | 0 | 0.96 | 0.09 |
| HSL | 61.36º | 0.92% | 0.47% | - |
| HSV(B) | 61.36º | 0.96% | 0.91% | - |
| XYZ | 59.99 | 73.34 | 11.28 | - |
| YUV | 204.31 | 18.34 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 231 | 10 | 0.02 | 0 | 0.96 | 0.09 | 61.36 | 0.92 | 0.47 |
| Hex | E2 | E7 | A | 2 | 0 | 60 | 9 | 3D | 5C | 2F |
| Octal | 342 | 347 | 12 | 2 | 0 | 140 | 11 | 75 | 134 | 57 |
| Binary | 11100010 | 11100111 | 1010 | 10 | 0 | 1100000 | 1001 | 111101 | 1011100 | 101111 |
Color Harmonies of #E2E70A
Complementary color
Monochromatic Colors of #E2E70A
Black with #E2E70A
Text Example
Text Example
White with #E2E70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E70A; }
p { color: rgb(226,231,10); }
H1.HeaderClassName
{
color: #E2E70A;
}
.AnyTagClassName
{
color: #E2E70A;
}
</style>
background-color css
<style>
a { background-color: #E2E70A; }
a { background-color: rgb(226,231,10); }
div.DivClassName
{
background-color: #E2E70A;
}
.BgClassName
{
background-color: #E2E70A;
}
</style>
border-color css
<style>
span { border-color: #E2E70A; }
span { border-color: rgb(226,231,10); }
td.TdClassName
{
border-color: #E2E70A;
}
.TagClassName
{
border-color: #E2E70A;
}
</style>