Shades of Chartreuse Yellow #EDF400
Tints of Chartreuse Yellow #EDF400
RGB
CMYK
RGB Variations
Color information
#EDF400 (or 0xEDF400) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 00. RGB value is (237,244,0). Sum of RGB (Red+Green+Blue) = 237+244+0=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF400 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF400 is #120BFF. Grayscale: #D7D7D7. Windows color (decimal): -1182720 or 62701. OLE color: 62701.
HSL color Cylindrical-coordinate representation of color #EDF400: hue angle of 61.72º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF400 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 0 | - |
| CMYK | 0.03 | 0 | 1 | 0.04 |
| HSL | 61.72º | 1% | 0.48% | - |
| HSV(B) | 61.72º | 1% | 0.96% | - |
| XYZ | 67.28 | 82.71 | 12.42 | - |
| YUV | 214.09 | 7.18 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 0 | 0.03 | 0 | 1 | 0.04 | 61.72 | 1 | 0.48 |
| Hex | ED | F4 | 0 | 3 | 0 | 64 | 4 | 3E | 64 | 30 |
| Octal | 355 | 364 | 0 | 3 | 0 | 144 | 4 | 76 | 144 | 60 |
| Binary | 11101101 | 11110100 | 0 | 11 | 0 | 1100100 | 100 | 111110 | 1100100 | 110000 |
Color Harmonies of #EDF400
Complementary color
Monochromatic Colors of #EDF400
Black with #EDF400
Text Example
Text Example
White with #EDF400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF400; }
p { color: rgb(237,244,0); }
H1.HeaderClassName
{
color: #EDF400;
}
.AnyTagClassName
{
color: #EDF400;
}
</style>
background-color css
<style>
a { background-color: #EDF400; }
a { background-color: rgb(237,244,0); }
div.DivClassName
{
background-color: #EDF400;
}
.BgClassName
{
background-color: #EDF400;
}
</style>
border-color css
<style>
span { border-color: #EDF400; }
span { border-color: rgb(237,244,0); }
td.TdClassName
{
border-color: #EDF400;
}
.TagClassName
{
border-color: #EDF400;
}
</style>