Shades of Chartreuse Yellow #EDF000
Tints of Chartreuse Yellow #EDF000
RGB
CMYK
RGB Variations
Color information
#EDF000 (or 0xEDF000) is known color: Chartreuse Yellow. HEX triplet: ED, F0 and 00. RGB value is (237,240,0). Sum of RGB (Red+Green+Blue) = 237+240+0=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF000 is #120FFF. Grayscale: #D4D4D4. Windows color (decimal): -1183744 or 61677. OLE color: 61677.
HSL color Cylindrical-coordinate representation of color #EDF000: hue angle of 60.75º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF000 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 237 | 240 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.06 |
| HSL | 60.75º | 1% | 0.47% | - |
| HSV(B) | 60.75º | 1% | 0.94% | - |
| XYZ | 66.09 | 80.32 | 12.02 | - |
| YUV | 211.74 | 8.51 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 240 | 0 | 0.01 | 0 | 1 | 0.06 | 60.75 | 1 | 0.47 |
| Hex | ED | F0 | 0 | 1 | 0 | 64 | 6 | 3D | 64 | 2F |
| Octal | 355 | 360 | 0 | 1 | 0 | 144 | 6 | 75 | 144 | 57 |
| Binary | 11101101 | 11110000 | 0 | 1 | 0 | 1100100 | 110 | 111101 | 1100100 | 101111 |
Color Harmonies of #EDF000
Complementary color
Monochromatic Colors of #EDF000
Black with #EDF000
Text Example
Text Example
White with #EDF000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF000; }
p { color: rgb(237,240,0); }
H1.HeaderClassName
{
color: #EDF000;
}
.AnyTagClassName
{
color: #EDF000;
}
</style>
background-color css
<style>
a { background-color: #EDF000; }
a { background-color: rgb(237,240,0); }
div.DivClassName
{
background-color: #EDF000;
}
.BgClassName
{
background-color: #EDF000;
}
</style>
border-color css
<style>
span { border-color: #EDF000; }
span { border-color: rgb(237,240,0); }
td.TdClassName
{
border-color: #EDF000;
}
.TagClassName
{
border-color: #EDF000;
}
</style>