Shades of Chartreuse Yellow #EDFF18
Tints of Chartreuse Yellow #EDFF18
RGB
CMYK
RGB Variations
Color information
#EDFF18 (or 0xEDFF18) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 18. RGB value is (237,255,24). Sum of RGB (Red+Green+Blue) = 237+255+24=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 24 (9.77% from 255 or 4.65% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF18 is #1200E7. Grayscale: #E0E0E0. Windows color (decimal): -1179880 or 1638381. OLE color: 1638381.
HSL color Cylindrical-coordinate representation of color #EDFF18: hue angle of 64.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EDFF18 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 24 | - |
| CMYK | 0.07 | 0 | 0.91 | 0 |
| HSL | 64.68º | 1% | 0.55% | - |
| HSV(B) | 64.68º | 0.91% | 1% | - |
| XYZ | 70.85 | 89.59 | 14.42 | - |
| YUV | 223.28 | 15.54 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 24 | 0.07 | 0 | 0.91 | 0 | 64.68 | 1 | 0.55 |
| Hex | ED | FF | 18 | 7 | 0 | 5B | 0 | 41 | 64 | 37 |
| Octal | 355 | 377 | 30 | 7 | 0 | 133 | 0 | 101 | 144 | 67 |
| Binary | 11101101 | 11111111 | 11000 | 111 | 0 | 1011011 | 0 | 1000001 | 1100100 | 110111 |
Color Harmonies of #EDFF18
Complementary color
Monochromatic Colors of #EDFF18
Black with #EDFF18
Text Example
Text Example
White with #EDFF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF18; }
p { color: rgb(237,255,24); }
H1.HeaderClassName
{
color: #EDFF18;
}
.AnyTagClassName
{
color: #EDFF18;
}
</style>
background-color css
<style>
a { background-color: #EDFF18; }
a { background-color: rgb(237,255,24); }
div.DivClassName
{
background-color: #EDFF18;
}
.BgClassName
{
background-color: #EDFF18;
}
</style>
border-color css
<style>
span { border-color: #EDFF18; }
span { border-color: rgb(237,255,24); }
td.TdClassName
{
border-color: #EDFF18;
}
.TagClassName
{
border-color: #EDFF18;
}
</style>