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