Shades of Chartreuse Yellow #EDF905
Tints of Chartreuse Yellow #EDF905
RGB
CMYK
RGB Variations
Color information
#EDF905 (or 0xEDF905) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 05. RGB value is (237,249,5). Sum of RGB (Red+Green+Blue) = 237+249+5=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 5 (2.34% from 255 or 1.02% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF905 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF905 is #1206FA. Grayscale: #DADADA. Windows color (decimal): -1181435 or 391661. OLE color: 391661.
HSL color Cylindrical-coordinate representation of color #EDF905: hue angle of 62.95º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF905 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 5 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.02 |
| HSL | 62.95º | 0.96% | 0.5% | - |
| HSV(B) | 62.95º | 0.98% | 0.98% | - |
| XYZ | 68.83 | 85.77 | 13.07 | - |
| YUV | 217.6 | 8.02 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 5 | 0.05 | 0 | 0.98 | 0.02 | 62.95 | 0.96 | 0.5 |
| Hex | ED | F9 | 5 | 5 | 0 | 62 | 2 | 3F | 60 | 32 |
| Octal | 355 | 371 | 5 | 5 | 0 | 142 | 2 | 77 | 140 | 62 |
| Binary | 11101101 | 11111001 | 101 | 101 | 0 | 1100010 | 10 | 111111 | 1100000 | 110010 |
Color Harmonies of #EDF905
Complementary color
Monochromatic Colors of #EDF905
Black with #EDF905
Text Example
Text Example
White with #EDF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF905; }
p { color: rgb(237,249,5); }
H1.HeaderClassName
{
color: #EDF905;
}
.AnyTagClassName
{
color: #EDF905;
}
</style>
background-color css
<style>
a { background-color: #EDF905; }
a { background-color: rgb(237,249,5); }
div.DivClassName
{
background-color: #EDF905;
}
.BgClassName
{
background-color: #EDF905;
}
</style>
border-color css
<style>
span { border-color: #EDF905; }
span { border-color: rgb(237,249,5); }
td.TdClassName
{
border-color: #EDF905;
}
.TagClassName
{
border-color: #EDF905;
}
</style>