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