Shades of Chartreuse Yellow #EDF60E
Tints of Chartreuse Yellow #EDF60E
RGB
CMYK
RGB Variations
Color information
#EDF60E (or 0xEDF60E) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 0E. RGB value is (237,246,14). Sum of RGB (Red+Green+Blue) = 237+246+14=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 14 (5.86% from 255 or 2.82% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF60E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF60E is #1209F1. Grayscale: #D9D9D9. Windows color (decimal): -1182194 or 980717. OLE color: 980717.
HSL color Cylindrical-coordinate representation of color #EDF60E: hue angle of 62.33º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF60E is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 14 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.04 |
| HSL | 62.33º | 0.93% | 0.51% | - |
| HSV(B) | 62.33º | 0.94% | 0.96% | - |
| XYZ | 67.96 | 83.95 | 13.04 | - |
| YUV | 216.86 | 13.52 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 14 | 0.04 | 0 | 0.94 | 0.04 | 62.33 | 0.93 | 0.51 |
| Hex | ED | F6 | E | 4 | 0 | 5E | 4 | 3E | 5D | 33 |
| Octal | 355 | 366 | 16 | 4 | 0 | 136 | 4 | 76 | 135 | 63 |
| Binary | 11101101 | 11110110 | 1110 | 100 | 0 | 1011110 | 100 | 111110 | 1011101 | 110011 |
Color Harmonies of #EDF60E
Complementary color
Monochromatic Colors of #EDF60E
Black with #EDF60E
Text Example
Text Example
White with #EDF60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF60E; }
p { color: rgb(237,246,14); }
H1.HeaderClassName
{
color: #EDF60E;
}
.AnyTagClassName
{
color: #EDF60E;
}
</style>
background-color css
<style>
a { background-color: #EDF60E; }
a { background-color: rgb(237,246,14); }
div.DivClassName
{
background-color: #EDF60E;
}
.BgClassName
{
background-color: #EDF60E;
}
</style>
border-color css
<style>
span { border-color: #EDF60E; }
span { border-color: rgb(237,246,14); }
td.TdClassName
{
border-color: #EDF60E;
}
.TagClassName
{
border-color: #EDF60E;
}
</style>