Shades of Chartreuse Yellow #EDF101
Tints of Chartreuse Yellow #EDF101
RGB
CMYK
RGB Variations
Color information
#EDF101 (or 0xEDF101) is known color: Chartreuse Yellow. HEX triplet: ED, F1 and 01. RGB value is (237,241,1). Sum of RGB (Red+Green+Blue) = 237+241+1=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 1 (0.78% from 255 or 0.21% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF101 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF101 is #120EFE. Grayscale: #D5D5D5. Windows color (decimal): -1183487 or 127469. OLE color: 127469.
HSL color Cylindrical-coordinate representation of color #EDF101: hue angle of 61º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF101 is Cyan = 0.02, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 1 | - |
| CMYK | 0.02 | 0 | 1.00 | 0.05 |
| HSL | 61º | 0.99% | 0.47% | - |
| HSV(B) | 61º | 1% | 0.95% | - |
| XYZ | 66.39 | 80.92 | 12.15 | - |
| YUV | 212.44 | 8.67 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 1 | 0.02 | 0 | 1.00 | 0.05 | 61 | 0.99 | 0.47 |
| Hex | ED | F1 | 1 | 2 | 0 | 64 | 5 | 3D | 63 | 2F |
| Octal | 355 | 361 | 1 | 2 | 0 | 144 | 5 | 75 | 143 | 57 |
| Binary | 11101101 | 11110001 | 1 | 10 | 0 | 1100100 | 101 | 111101 | 1100011 | 101111 |
Color Harmonies of #EDF101
Complementary color
Monochromatic Colors of #EDF101
Black with #EDF101
Text Example
Text Example
White with #EDF101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF101; }
p { color: rgb(237,241,1); }
H1.HeaderClassName
{
color: #EDF101;
}
.AnyTagClassName
{
color: #EDF101;
}
</style>
background-color css
<style>
a { background-color: #EDF101; }
a { background-color: rgb(237,241,1); }
div.DivClassName
{
background-color: #EDF101;
}
.BgClassName
{
background-color: #EDF101;
}
</style>
border-color css
<style>
span { border-color: #EDF101; }
span { border-color: rgb(237,241,1); }
td.TdClassName
{
border-color: #EDF101;
}
.TagClassName
{
border-color: #EDF101;
}
</style>