Shades of Chartreuse Yellow #EDFE13
Tints of Chartreuse Yellow #EDFE13
RGB
CMYK
RGB Variations
Color information
#EDFE13 (or 0xEDFE13) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 13. RGB value is (237,254,19). Sum of RGB (Red+Green+Blue) = 237+254+19=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 19 (7.81% from 255 or 3.73% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE13 is #1201EC. Grayscale: #DFDFDF. Windows color (decimal): -1180141 or 1310445. OLE color: 1310445.
HSL color Cylindrical-coordinate representation of color #EDFE13: hue angle of 64.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDFE13 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 19 | - |
| CMYK | 0.07 | 0 | 0.93 | 0.00 |
| HSL | 64.34º | 0.99% | 0.54% | - |
| HSV(B) | 64.34º | 0.93% | 1% | - |
| XYZ | 70.48 | 88.94 | 14.07 | - |
| YUV | 222.13 | 13.37 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 19 | 0.07 | 0 | 0.93 | 0.00 | 64.34 | 0.99 | 0.54 |
| Hex | ED | FE | 13 | 7 | 0 | 5D | 0 | 40 | 63 | 36 |
| Octal | 355 | 376 | 23 | 7 | 0 | 135 | 0 | 100 | 143 | 66 |
| Binary | 11101101 | 11111110 | 10011 | 111 | 0 | 1011101 | 0 | 1000000 | 1100011 | 110110 |
Color Harmonies of #EDFE13
Complementary color
Monochromatic Colors of #EDFE13
Black with #EDFE13
Text Example
Text Example
White with #EDFE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE13; }
p { color: rgb(237,254,19); }
H1.HeaderClassName
{
color: #EDFE13;
}
.AnyTagClassName
{
color: #EDFE13;
}
</style>
background-color css
<style>
a { background-color: #EDFE13; }
a { background-color: rgb(237,254,19); }
div.DivClassName
{
background-color: #EDFE13;
}
.BgClassName
{
background-color: #EDFE13;
}
</style>
border-color css
<style>
span { border-color: #EDFE13; }
span { border-color: rgb(237,254,19); }
td.TdClassName
{
border-color: #EDFE13;
}
.TagClassName
{
border-color: #EDFE13;
}
</style>