Shades of Chartreuse Yellow #EDF407
Tints of Chartreuse Yellow #EDF407
RGB
CMYK
RGB Variations
Color information
#EDF407 (or 0xEDF407) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 07. RGB value is (237,244,7). Sum of RGB (Red+Green+Blue) = 237+244+7=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 7 (3.12% from 255 or 1.43% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF407 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF407 is #120BF8. Grayscale: #D7D7D7. Windows color (decimal): -1182713 or 521453. OLE color: 521453.
HSL color Cylindrical-coordinate representation of color #EDF407: hue angle of 61.77º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF407 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 7 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.04 |
| HSL | 61.77º | 0.94% | 0.49% | - |
| HSV(B) | 61.77º | 0.97% | 0.96% | - |
| XYZ | 67.31 | 82.72 | 12.62 | - |
| YUV | 214.89 | 10.68 | 143.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 7 | 0.03 | 0 | 0.97 | 0.04 | 61.77 | 0.94 | 0.49 |
| Hex | ED | F4 | 7 | 3 | 0 | 61 | 4 | 3E | 5E | 31 |
| Octal | 355 | 364 | 7 | 3 | 0 | 141 | 4 | 76 | 136 | 61 |
| Binary | 11101101 | 11110100 | 111 | 11 | 0 | 1100001 | 100 | 111110 | 1011110 | 110001 |
Color Harmonies of #EDF407
Complementary color
Monochromatic Colors of #EDF407
Black with #EDF407
Text Example
Text Example
White with #EDF407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF407; }
p { color: rgb(237,244,7); }
H1.HeaderClassName
{
color: #EDF407;
}
.AnyTagClassName
{
color: #EDF407;
}
</style>
background-color css
<style>
a { background-color: #EDF407; }
a { background-color: rgb(237,244,7); }
div.DivClassName
{
background-color: #EDF407;
}
.BgClassName
{
background-color: #EDF407;
}
</style>
border-color css
<style>
span { border-color: #EDF407; }
span { border-color: rgb(237,244,7); }
td.TdClassName
{
border-color: #EDF407;
}
.TagClassName
{
border-color: #EDF407;
}
</style>