Shades of Chartreuse Yellow #EDFF01
Tints of Chartreuse Yellow #EDFF01
RGB
CMYK
RGB Variations
Color information
#EDFF01 (or 0xEDFF01) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 01. RGB value is (237,255,1). Sum of RGB (Red+Green+Blue) = 237+255+1=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 1 (0.78% from 255 or 0.20% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF01 is #1200FE. Grayscale: #DDDDDD. Windows color (decimal): -1179903 or 131053. OLE color: 131053.
HSL color Cylindrical-coordinate representation of color #EDFF01: hue angle of 64.25º 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 #EDFF01 is Cyan = 0.07, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 1 | - |
| CMYK | 0.07 | 0 | 1.00 | 0 |
| HSL | 64.25º | 1% | 0.5% | - |
| HSV(B) | 64.25º | 1% | 1% | - |
| XYZ | 70.69 | 89.53 | 13.58 | - |
| YUV | 220.66 | 4.04 | 139.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 1 | 0.07 | 0 | 1.00 | 0 | 64.25 | 1 | 0.5 |
| Hex | ED | FF | 1 | 7 | 0 | 64 | 0 | 40 | 64 | 32 |
| Octal | 355 | 377 | 1 | 7 | 0 | 144 | 0 | 100 | 144 | 62 |
| Binary | 11101101 | 11111111 | 1 | 111 | 0 | 1100100 | 0 | 1000000 | 1100100 | 110010 |
Color Harmonies of #EDFF01
Complementary color
Monochromatic Colors of #EDFF01
Black with #EDFF01
Text Example
Text Example
White with #EDFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF01; }
p { color: rgb(237,255,1); }
H1.HeaderClassName
{
color: #EDFF01;
}
.AnyTagClassName
{
color: #EDFF01;
}
</style>
background-color css
<style>
a { background-color: #EDFF01; }
a { background-color: rgb(237,255,1); }
div.DivClassName
{
background-color: #EDFF01;
}
.BgClassName
{
background-color: #EDFF01;
}
</style>
border-color css
<style>
span { border-color: #EDFF01; }
span { border-color: rgb(237,255,1); }
td.TdClassName
{
border-color: #EDFF01;
}
.TagClassName
{
border-color: #EDFF01;
}
</style>