Shades of Chartreuse Yellow #EDFE00
Tints of Chartreuse Yellow #EDFE00
RGB
CMYK
RGB Variations
Color information
#EDFE00 (or 0xEDFE00) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 00. RGB value is (237,254,0). Sum of RGB (Red+Green+Blue) = 237+254+0=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 0 (0.39% from 255 or 0% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE00 is #1201FF. Grayscale: #DCDCDC. Windows color (decimal): -1180160 or 65261. OLE color: 65261.
HSL color Cylindrical-coordinate representation of color #EDFE00: hue angle of 64.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDFE00 is Cyan = 0.07, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 0 | - |
| CMYK | 0.07 | 0 | 1 | 0.00 |
| HSL | 64.02º | 1% | 0.5% | - |
| HSV(B) | 64.02º | 1% | 1% | - |
| XYZ | 70.37 | 88.89 | 13.45 | - |
| YUV | 219.96 | 3.87 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 0 | 0.07 | 0 | 1 | 0.00 | 64.02 | 1 | 0.5 |
| Hex | ED | FE | 0 | 7 | 0 | 64 | 0 | 40 | 64 | 32 |
| Octal | 355 | 376 | 0 | 7 | 0 | 144 | 0 | 100 | 144 | 62 |
| Binary | 11101101 | 11111110 | 0 | 111 | 0 | 1100100 | 0 | 1000000 | 1100100 | 110010 |
Color Harmonies of #EDFE00
Complementary color
Monochromatic Colors of #EDFE00
Black with #EDFE00
Text Example
Text Example
White with #EDFE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE00; }
p { color: rgb(237,254,0); }
H1.HeaderClassName
{
color: #EDFE00;
}
.AnyTagClassName
{
color: #EDFE00;
}
</style>
background-color css
<style>
a { background-color: #EDFE00; }
a { background-color: rgb(237,254,0); }
div.DivClassName
{
background-color: #EDFE00;
}
.BgClassName
{
background-color: #EDFE00;
}
</style>
border-color css
<style>
span { border-color: #EDFE00; }
span { border-color: rgb(237,254,0); }
td.TdClassName
{
border-color: #EDFE00;
}
.TagClassName
{
border-color: #EDFE00;
}
</style>