Shades of Chartreuse Yellow #EDF406
Tints of Chartreuse Yellow #EDF406
RGB
CMYK
RGB Variations
Color information
#EDF406 (or 0xEDF406) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 06. RGB value is (237,244,6). Sum of RGB (Red+Green+Blue) = 237+244+6=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 244 (95.70% from 255 or 50.10% from 487); Blue value is 6 (2.73% from 255 or 1.23% from 487); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF406 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF406 is #120BF9. Grayscale: #D7D7D7. Windows color (decimal): -1182714 or 455917. OLE color: 455917.
HSL color Cylindrical-coordinate representation of color #EDF406: hue angle of 61.76º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF406 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 6 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.04 |
| HSL | 61.76º | 0.95% | 0.49% | - |
| HSV(B) | 61.76º | 0.98% | 0.96% | - |
| XYZ | 67.31 | 82.72 | 12.59 | - |
| YUV | 214.78 | 10.18 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 6 | 0.03 | 0 | 0.98 | 0.04 | 61.76 | 0.95 | 0.49 |
| Hex | ED | F4 | 6 | 3 | 0 | 62 | 4 | 3E | 5F | 31 |
| Octal | 355 | 364 | 6 | 3 | 0 | 142 | 4 | 76 | 137 | 61 |
| Binary | 11101101 | 11110100 | 110 | 11 | 0 | 1100010 | 100 | 111110 | 1011111 | 110001 |
Color Harmonies of #EDF406
Complementary color
Monochromatic Colors of #EDF406
Black with #EDF406
Text Example
Text Example
White with #EDF406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF406; }
p { color: rgb(237,244,6); }
H1.HeaderClassName
{
color: #EDF406;
}
.AnyTagClassName
{
color: #EDF406;
}
</style>
background-color css
<style>
a { background-color: #EDF406; }
a { background-color: rgb(237,244,6); }
div.DivClassName
{
background-color: #EDF406;
}
.BgClassName
{
background-color: #EDF406;
}
</style>
border-color css
<style>
span { border-color: #EDF406; }
span { border-color: rgb(237,244,6); }
td.TdClassName
{
border-color: #EDF406;
}
.TagClassName
{
border-color: #EDF406;
}
</style>