Shades of Chartreuse Yellow #EDFC0E
Tints of Chartreuse Yellow #EDFC0E
RGB
CMYK
RGB Variations
Color information
#EDFC0E (or 0xEDFC0E) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 0E. RGB value is (237,252,14). Sum of RGB (Red+Green+Blue) = 237+252+14=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 14 (5.86% from 255 or 2.78% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC0E is #1203F1. Grayscale: #DDDDDD. Windows color (decimal): -1180658 or 982253. OLE color: 982253.
HSL color Cylindrical-coordinate representation of color #EDFC0E: hue angle of 63.78º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDFC0E is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 14 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.01 |
| HSL | 63.78º | 0.98% | 0.52% | - |
| HSV(B) | 63.78º | 0.94% | 0.99% | - |
| XYZ | 69.81 | 87.66 | 13.66 | - |
| YUV | 220.38 | 11.53 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 14 | 0.06 | 0 | 0.94 | 0.01 | 63.78 | 0.98 | 0.52 |
| Hex | ED | FC | E | 6 | 0 | 5E | 1 | 40 | 62 | 34 |
| Octal | 355 | 374 | 16 | 6 | 0 | 136 | 1 | 100 | 142 | 64 |
| Binary | 11101101 | 11111100 | 1110 | 110 | 0 | 1011110 | 1 | 1000000 | 1100010 | 110100 |
Color Harmonies of #EDFC0E
Complementary color
Monochromatic Colors of #EDFC0E
Black with #EDFC0E
Text Example
Text Example
White with #EDFC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC0E; }
p { color: rgb(237,252,14); }
H1.HeaderClassName
{
color: #EDFC0E;
}
.AnyTagClassName
{
color: #EDFC0E;
}
</style>
background-color css
<style>
a { background-color: #EDFC0E; }
a { background-color: rgb(237,252,14); }
div.DivClassName
{
background-color: #EDFC0E;
}
.BgClassName
{
background-color: #EDFC0E;
}
</style>
border-color css
<style>
span { border-color: #EDFC0E; }
span { border-color: rgb(237,252,14); }
td.TdClassName
{
border-color: #EDFC0E;
}
.TagClassName
{
border-color: #EDFC0E;
}
</style>