Shades of Chartreuse Yellow #EDF80E
Tints of Chartreuse Yellow #EDF80E
RGB
CMYK
RGB Variations
Color information
#EDF80E (or 0xEDF80E) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 0E. RGB value is (237,248,14). Sum of RGB (Red+Green+Blue) = 237+248+14=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 14 (5.86% from 255 or 2.81% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF80E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF80E is #1207F1. Grayscale: #DADADA. Windows color (decimal): -1181682 or 981229. OLE color: 981229.
HSL color Cylindrical-coordinate representation of color #EDF80E: hue angle of 62.82º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF80E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.03 |
| HSL | 62.82º | 0.94% | 0.51% | - |
| HSV(B) | 62.82º | 0.94% | 0.97% | - |
| XYZ | 68.57 | 85.17 | 13.24 | - |
| YUV | 218.04 | 12.86 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 14 | 0.04 | 0 | 0.94 | 0.03 | 62.82 | 0.94 | 0.51 |
| Hex | ED | F8 | E | 4 | 0 | 5E | 3 | 3F | 5E | 33 |
| Octal | 355 | 370 | 16 | 4 | 0 | 136 | 3 | 77 | 136 | 63 |
| Binary | 11101101 | 11111000 | 1110 | 100 | 0 | 1011110 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EDF80E
Complementary color
Monochromatic Colors of #EDF80E
Black with #EDF80E
Text Example
Text Example
White with #EDF80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF80E; }
p { color: rgb(237,248,14); }
H1.HeaderClassName
{
color: #EDF80E;
}
.AnyTagClassName
{
color: #EDF80E;
}
</style>
background-color css
<style>
a { background-color: #EDF80E; }
a { background-color: rgb(237,248,14); }
div.DivClassName
{
background-color: #EDF80E;
}
.BgClassName
{
background-color: #EDF80E;
}
</style>
border-color css
<style>
span { border-color: #EDF80E; }
span { border-color: rgb(237,248,14); }
td.TdClassName
{
border-color: #EDF80E;
}
.TagClassName
{
border-color: #EDF80E;
}
</style>