Shades of Chartreuse Yellow #E6F80D
Tints of Chartreuse Yellow #E6F80D
RGB
CMYK
RGB Variations
Color information
#E6F80D (or 0xE6F80D) is known color: Chartreuse Yellow. HEX triplet: E6, F8 and 0D. RGB value is (230,248,13). Sum of RGB (Red+Green+Blue) = 230+248+13=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 13 (5.47% from 255 or 2.65% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #E6F80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6F80D is #1907F2. Grayscale: #D8D8D8. Windows color (decimal): -1640435 or 915686. OLE color: 915686.
HSL color Cylindrical-coordinate representation of color #E6F80D: hue angle of 64.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E6F80D is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 248 | 13 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.03 |
| HSL | 64.6º | 0.94% | 0.51% | - |
| HSV(B) | 64.6º | 0.95% | 0.97% | - |
| XYZ | 66.27 | 83.99 | 13.1 | - |
| YUV | 215.83 | 13.54 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 248 | 13 | 0.07 | 0 | 0.95 | 0.03 | 64.6 | 0.94 | 0.51 |
| Hex | E6 | F8 | D | 7 | 0 | 5F | 3 | 41 | 5E | 33 |
| Octal | 346 | 370 | 15 | 7 | 0 | 137 | 3 | 101 | 136 | 63 |
| Binary | 11100110 | 11111000 | 1101 | 111 | 0 | 1011111 | 11 | 1000001 | 1011110 | 110011 |
Color Harmonies of #E6F80D
Complementary color
Monochromatic Colors of #E6F80D
Black with #E6F80D
Text Example
Text Example
White with #E6F80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F80D; }
p { color: rgb(230,248,13); }
H1.HeaderClassName
{
color: #E6F80D;
}
.AnyTagClassName
{
color: #E6F80D;
}
</style>
background-color css
<style>
a { background-color: #E6F80D; }
a { background-color: rgb(230,248,13); }
div.DivClassName
{
background-color: #E6F80D;
}
.BgClassName
{
background-color: #E6F80D;
}
</style>
border-color css
<style>
span { border-color: #E6F80D; }
span { border-color: rgb(230,248,13); }
td.TdClassName
{
border-color: #E6F80D;
}
.TagClassName
{
border-color: #E6F80D;
}
</style>