Shades of Chartreuse Yellow #EDF404
Tints of Chartreuse Yellow #EDF404
RGB
CMYK
RGB Variations
Color information
#EDF404 (or 0xEDF404) is known color: Chartreuse Yellow. HEX triplet: ED, F4 and 04. RGB value is (237,244,4). Sum of RGB (Red+Green+Blue) = 237+244+4=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 4 (1.95% from 255 or 0.82% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF404 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF404 is #120BFB. Grayscale: #D7D7D7. Windows color (decimal): -1182716 or 324845. OLE color: 324845.
HSL color Cylindrical-coordinate representation of color #EDF404: hue angle of 61.75º degrees, saturation: 0.97, 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 #EDF404 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 244 | 4 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.04 |
| HSL | 61.75º | 0.97% | 0.49% | - |
| HSV(B) | 61.75º | 0.98% | 0.96% | - |
| XYZ | 67.3 | 82.71 | 12.53 | - |
| YUV | 214.55 | 9.18 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 4 | 0.03 | 0 | 0.98 | 0.04 | 61.75 | 0.97 | 0.49 |
| Hex | ED | F4 | 4 | 3 | 0 | 62 | 4 | 3E | 61 | 31 |
| Octal | 355 | 364 | 4 | 3 | 0 | 142 | 4 | 76 | 141 | 61 |
| Binary | 11101101 | 11110100 | 100 | 11 | 0 | 1100010 | 100 | 111110 | 1100001 | 110001 |
Color Harmonies of #EDF404
Complementary color
Monochromatic Colors of #EDF404
Black with #EDF404
Text Example
Text Example
White with #EDF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF404; }
p { color: rgb(237,244,4); }
H1.HeaderClassName
{
color: #EDF404;
}
.AnyTagClassName
{
color: #EDF404;
}
</style>
background-color css
<style>
a { background-color: #EDF404; }
a { background-color: rgb(237,244,4); }
div.DivClassName
{
background-color: #EDF404;
}
.BgClassName
{
background-color: #EDF404;
}
</style>
border-color css
<style>
span { border-color: #EDF404; }
span { border-color: rgb(237,244,4); }
td.TdClassName
{
border-color: #EDF404;
}
.TagClassName
{
border-color: #EDF404;
}
</style>