Shades of Chartreuse Yellow #EDFD00
Tints of Chartreuse Yellow #EDFD00
RGB
CMYK
RGB Variations
Color information
#EDFD00 (or 0xEDFD00) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 00. RGB value is (237,253,0). Sum of RGB (Red+Green+Blue) = 237+253+0=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 0 (0.39% from 255 or 0% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD00 is #1202FF. Grayscale: #DCDCDC. Windows color (decimal): -1180416 or 65005. OLE color: 65005.
HSL color Cylindrical-coordinate representation of color #EDFD00: hue angle of 63.79º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDFD00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.01 |
| HSL | 63.79º | 1% | 0.5% | - |
| HSV(B) | 63.79º | 1% | 0.99% | - |
| XYZ | 70.05 | 88.26 | 13.34 | - |
| YUV | 219.37 | 4.2 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 0 | 0.06 | 0 | 1 | 0.01 | 63.79 | 1 | 0.5 |
| Hex | ED | FD | 0 | 6 | 0 | 64 | 1 | 40 | 64 | 32 |
| Octal | 355 | 375 | 0 | 6 | 0 | 144 | 1 | 100 | 144 | 62 |
| Binary | 11101101 | 11111101 | 0 | 110 | 0 | 1100100 | 1 | 1000000 | 1100100 | 110010 |
Color Harmonies of #EDFD00
Complementary color
Monochromatic Colors of #EDFD00
Black with #EDFD00
Text Example
Text Example
White with #EDFD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFD00; }
p { color: rgb(237,253,0); }
H1.HeaderClassName
{
color: #EDFD00;
}
.AnyTagClassName
{
color: #EDFD00;
}
</style>
background-color css
<style>
a { background-color: #EDFD00; }
a { background-color: rgb(237,253,0); }
div.DivClassName
{
background-color: #EDFD00;
}
.BgClassName
{
background-color: #EDFD00;
}
</style>
border-color css
<style>
span { border-color: #EDFD00; }
span { border-color: rgb(237,253,0); }
td.TdClassName
{
border-color: #EDFD00;
}
.TagClassName
{
border-color: #EDFD00;
}
</style>