Shades of Chartreuse Yellow #EDF501
Tints of Chartreuse Yellow #EDF501
RGB
CMYK
RGB Variations
Color information
#EDF501 (or 0xEDF501) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 01. RGB value is (237,245,1). Sum of RGB (Red+Green+Blue) = 237+245+1=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 1 (0.78% from 255 or 0.21% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF501 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF501 is #120AFE. Grayscale: #D7D7D7. Windows color (decimal): -1182463 or 128493. OLE color: 128493.
HSL color Cylindrical-coordinate representation of color #EDF501: hue angle of 61.97º 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 #EDF501 is Cyan = 0.03, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 1 | - |
| CMYK | 0.03 | 0 | 1.00 | 0.04 |
| HSL | 61.97º | 0.99% | 0.48% | - |
| HSV(B) | 61.97º | 1% | 0.96% | - |
| XYZ | 67.58 | 83.31 | 12.55 | - |
| YUV | 214.79 | 7.35 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 1 | 0.03 | 0 | 1.00 | 0.04 | 61.97 | 0.99 | 0.48 |
| Hex | ED | F5 | 1 | 3 | 0 | 64 | 4 | 3E | 63 | 30 |
| Octal | 355 | 365 | 1 | 3 | 0 | 144 | 4 | 76 | 143 | 60 |
| Binary | 11101101 | 11110101 | 1 | 11 | 0 | 1100100 | 100 | 111110 | 1100011 | 110000 |
Color Harmonies of #EDF501
Complementary color
Monochromatic Colors of #EDF501
Black with #EDF501
Text Example
Text Example
White with #EDF501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF501; }
p { color: rgb(237,245,1); }
H1.HeaderClassName
{
color: #EDF501;
}
.AnyTagClassName
{
color: #EDF501;
}
</style>
background-color css
<style>
a { background-color: #EDF501; }
a { background-color: rgb(237,245,1); }
div.DivClassName
{
background-color: #EDF501;
}
.BgClassName
{
background-color: #EDF501;
}
</style>
border-color css
<style>
span { border-color: #EDF501; }
span { border-color: rgb(237,245,1); }
td.TdClassName
{
border-color: #EDF501;
}
.TagClassName
{
border-color: #EDF501;
}
</style>