Shades of Chartreuse Yellow #EDF60A
Tints of Chartreuse Yellow #EDF60A
RGB
CMYK
RGB Variations
Color information
#EDF60A (or 0xEDF60A) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 0A. RGB value is (237,246,10). Sum of RGB (Red+Green+Blue) = 237+246+10=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 10 (4.30% from 255 or 2.03% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF60A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF60A is #1209F5. Grayscale: #D9D9D9. Windows color (decimal): -1182198 or 718573. OLE color: 718573.
HSL color Cylindrical-coordinate representation of color #EDF60A: hue angle of 62.29º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF60A is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 10 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.04 |
| HSL | 62.29º | 0.93% | 0.5% | - |
| HSV(B) | 62.29º | 0.96% | 0.96% | - |
| XYZ | 67.94 | 83.94 | 12.91 | - |
| YUV | 216.41 | 11.52 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 10 | 0.04 | 0 | 0.96 | 0.04 | 62.29 | 0.93 | 0.5 |
| Hex | ED | F6 | A | 4 | 0 | 60 | 4 | 3E | 5D | 32 |
| Octal | 355 | 366 | 12 | 4 | 0 | 140 | 4 | 76 | 135 | 62 |
| Binary | 11101101 | 11110110 | 1010 | 100 | 0 | 1100000 | 100 | 111110 | 1011101 | 110010 |
Color Harmonies of #EDF60A
Complementary color
Monochromatic Colors of #EDF60A
Black with #EDF60A
Text Example
Text Example
White with #EDF60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF60A; }
p { color: rgb(237,246,10); }
H1.HeaderClassName
{
color: #EDF60A;
}
.AnyTagClassName
{
color: #EDF60A;
}
</style>
background-color css
<style>
a { background-color: #EDF60A; }
a { background-color: rgb(237,246,10); }
div.DivClassName
{
background-color: #EDF60A;
}
.BgClassName
{
background-color: #EDF60A;
}
</style>
border-color css
<style>
span { border-color: #EDF60A; }
span { border-color: rgb(237,246,10); }
td.TdClassName
{
border-color: #EDF60A;
}
.TagClassName
{
border-color: #EDF60A;
}
</style>