Shades of Chartreuse Yellow #EDF509
Tints of Chartreuse Yellow #EDF509
RGB
CMYK
RGB Variations
Color information
#EDF509 (or 0xEDF509) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 09. RGB value is (237,245,9). Sum of RGB (Red+Green+Blue) = 237+245+9=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 9 (3.91% from 255 or 1.83% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF509 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF509 is #120AF6. Grayscale: #D8D8D8. Windows color (decimal): -1182455 or 652781. OLE color: 652781.
HSL color Cylindrical-coordinate representation of color #EDF509: hue angle of 62.03º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF509 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 9 | - |
| CMYK | 0.03 | 0 | 0.96 | 0.04 |
| HSL | 62.03º | 0.93% | 0.5% | - |
| HSV(B) | 62.03º | 0.96% | 0.96% | - |
| XYZ | 67.63 | 83.33 | 12.78 | - |
| YUV | 215.7 | 11.35 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 9 | 0.03 | 0 | 0.96 | 0.04 | 62.03 | 0.93 | 0.5 |
| Hex | ED | F5 | 9 | 3 | 0 | 60 | 4 | 3E | 5D | 32 |
| Octal | 355 | 365 | 11 | 3 | 0 | 140 | 4 | 76 | 135 | 62 |
| Binary | 11101101 | 11110101 | 1001 | 11 | 0 | 1100000 | 100 | 111110 | 1011101 | 110010 |
Color Harmonies of #EDF509
Complementary color
Monochromatic Colors of #EDF509
Black with #EDF509
Text Example
Text Example
White with #EDF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF509; }
p { color: rgb(237,245,9); }
H1.HeaderClassName
{
color: #EDF509;
}
.AnyTagClassName
{
color: #EDF509;
}
</style>
background-color css
<style>
a { background-color: #EDF509; }
a { background-color: rgb(237,245,9); }
div.DivClassName
{
background-color: #EDF509;
}
.BgClassName
{
background-color: #EDF509;
}
</style>
border-color css
<style>
span { border-color: #EDF509; }
span { border-color: rgb(237,245,9); }
td.TdClassName
{
border-color: #EDF509;
}
.TagClassName
{
border-color: #EDF509;
}
</style>