Shades of Chartreuse Yellow #EDF911
Tints of Chartreuse Yellow #EDF911
RGB
CMYK
RGB Variations
Color information
#EDF911 (or 0xEDF911) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 11. RGB value is (237,249,17). Sum of RGB (Red+Green+Blue) = 237+249+17=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 17 (7.03% from 255 or 3.38% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF911 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF911 is #1206EE. Grayscale: #DBDBDB. Windows color (decimal): -1181423 or 1178093. OLE color: 1178093.
HSL color Cylindrical-coordinate representation of color #EDF911: hue angle of 63.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF911 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 17 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.02 |
| HSL | 63.1º | 0.95% | 0.52% | - |
| HSV(B) | 63.1º | 0.93% | 0.98% | - |
| XYZ | 68.9 | 85.8 | 13.46 | - |
| YUV | 218.96 | 14.02 | 140.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 17 | 0.05 | 0 | 0.93 | 0.02 | 63.1 | 0.95 | 0.52 |
| Hex | ED | F9 | 11 | 5 | 0 | 5D | 2 | 3F | 5F | 34 |
| Octal | 355 | 371 | 21 | 5 | 0 | 135 | 2 | 77 | 137 | 64 |
| Binary | 11101101 | 11111001 | 10001 | 101 | 0 | 1011101 | 10 | 111111 | 1011111 | 110100 |
Color Harmonies of #EDF911
Complementary color
Monochromatic Colors of #EDF911
Black with #EDF911
Text Example
Text Example
White with #EDF911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF911; }
p { color: rgb(237,249,17); }
H1.HeaderClassName
{
color: #EDF911;
}
.AnyTagClassName
{
color: #EDF911;
}
</style>
background-color css
<style>
a { background-color: #EDF911; }
a { background-color: rgb(237,249,17); }
div.DivClassName
{
background-color: #EDF911;
}
.BgClassName
{
background-color: #EDF911;
}
</style>
border-color css
<style>
span { border-color: #EDF911; }
span { border-color: rgb(237,249,17); }
td.TdClassName
{
border-color: #EDF911;
}
.TagClassName
{
border-color: #EDF911;
}
</style>