Shades of Chartreuse Yellow #E6F512
Tints of Chartreuse Yellow #E6F512
RGB
CMYK
RGB Variations
Color information
#E6F512 (or 0xE6F512) is known color: Chartreuse Yellow. HEX triplet: E6, F5 and 12. RGB value is (230,245,18). Sum of RGB (Red+Green+Blue) = 230+245+18=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 18 (7.42% from 255 or 3.65% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F512 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6F512 is #190AED. Grayscale: #D7D7D7. Windows color (decimal): -1641198 or 1242598. OLE color: 1242598.
HSL color Cylindrical-coordinate representation of color #E6F512: hue angle of 63.96º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E6F512 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 18 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.04 |
| HSL | 63.96º | 0.92% | 0.52% | - |
| HSV(B) | 63.96º | 0.93% | 0.96% | - |
| XYZ | 65.39 | 82.17 | 12.99 | - |
| YUV | 214.64 | 17.03 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 18 | 0.06 | 0 | 0.93 | 0.04 | 63.96 | 0.92 | 0.52 |
| Hex | E6 | F5 | 12 | 6 | 0 | 5D | 4 | 40 | 5C | 34 |
| Octal | 346 | 365 | 22 | 6 | 0 | 135 | 4 | 100 | 134 | 64 |
| Binary | 11100110 | 11110101 | 10010 | 110 | 0 | 1011101 | 100 | 1000000 | 1011100 | 110100 |
Color Harmonies of #E6F512
Complementary color
Monochromatic Colors of #E6F512
Black with #E6F512
Text Example
Text Example
White with #E6F512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F512; }
p { color: rgb(230,245,18); }
H1.HeaderClassName
{
color: #E6F512;
}
.AnyTagClassName
{
color: #E6F512;
}
</style>
background-color css
<style>
a { background-color: #E6F512; }
a { background-color: rgb(230,245,18); }
div.DivClassName
{
background-color: #E6F512;
}
.BgClassName
{
background-color: #E6F512;
}
</style>
border-color css
<style>
span { border-color: #E6F512; }
span { border-color: rgb(230,245,18); }
td.TdClassName
{
border-color: #E6F512;
}
.TagClassName
{
border-color: #E6F512;
}
</style>