Shades of Chartreuse Yellow #EDFC01
Tints of Chartreuse Yellow #EDFC01
RGB
CMYK
RGB Variations
Color information
#EDFC01 (or 0xEDFC01) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 01. RGB value is (237,252,1). Sum of RGB (Red+Green+Blue) = 237+252+1=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 1 (0.78% from 255 or 0.20% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC01 is #1203FE. Grayscale: #DBDBDB. Windows color (decimal): -1180671 or 130285. OLE color: 130285.
HSL color Cylindrical-coordinate representation of color #EDFC01: hue angle of 63.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDFC01 is Cyan = 0.06, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 1 | - |
| CMYK | 0.06 | 0 | 1.00 | 0.01 |
| HSL | 63.59º | 0.99% | 0.5% | - |
| HSV(B) | 63.59º | 1% | 0.99% | - |
| XYZ | 69.74 | 87.63 | 13.27 | - |
| YUV | 218.9 | 5.03 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 1 | 0.06 | 0 | 1.00 | 0.01 | 63.59 | 0.99 | 0.5 |
| Hex | ED | FC | 1 | 6 | 0 | 64 | 1 | 40 | 63 | 32 |
| Octal | 355 | 374 | 1 | 6 | 0 | 144 | 1 | 100 | 143 | 62 |
| Binary | 11101101 | 11111100 | 1 | 110 | 0 | 1100100 | 1 | 1000000 | 1100011 | 110010 |
Color Harmonies of #EDFC01
Complementary color
Monochromatic Colors of #EDFC01
Black with #EDFC01
Text Example
Text Example
White with #EDFC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFC01; }
p { color: rgb(237,252,1); }
H1.HeaderClassName
{
color: #EDFC01;
}
.AnyTagClassName
{
color: #EDFC01;
}
</style>
background-color css
<style>
a { background-color: #EDFC01; }
a { background-color: rgb(237,252,1); }
div.DivClassName
{
background-color: #EDFC01;
}
.BgClassName
{
background-color: #EDFC01;
}
</style>
border-color css
<style>
span { border-color: #EDFC01; }
span { border-color: rgb(237,252,1); }
td.TdClassName
{
border-color: #EDFC01;
}
.TagClassName
{
border-color: #EDFC01;
}
</style>