Shades of Chartreuse Yellow #EDF300
Tints of Chartreuse Yellow #EDF300
RGB
CMYK
RGB Variations
Color information
#EDF300 (or 0xEDF300) is known color: Chartreuse Yellow. HEX triplet: ED, F3 and 00. RGB value is (237,243,0). Sum of RGB (Red+Green+Blue) = 237+243+0=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 243 (95.31% from 255 or 50.62% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF300 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF300 is #120CFF. Grayscale: #D6D6D6. Windows color (decimal): -1182976 or 62445. OLE color: 62445.
HSL color Cylindrical-coordinate representation of color #EDF300: hue angle of 61.48º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDF300 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 243 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.05 |
| HSL | 61.48º | 1% | 0.48% | - |
| HSV(B) | 61.48º | 1% | 0.95% | - |
| XYZ | 66.98 | 82.11 | 12.32 | - |
| YUV | 213.5 | 7.51 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 243 | 0 | 0.02 | 0 | 1 | 0.05 | 61.48 | 1 | 0.48 |
| Hex | ED | F3 | 0 | 2 | 0 | 64 | 5 | 3D | 64 | 30 |
| Octal | 355 | 363 | 0 | 2 | 0 | 144 | 5 | 75 | 144 | 60 |
| Binary | 11101101 | 11110011 | 0 | 10 | 0 | 1100100 | 101 | 111101 | 1100100 | 110000 |
Color Harmonies of #EDF300
Complementary color
Monochromatic Colors of #EDF300
Black with #EDF300
Text Example
Text Example
White with #EDF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF300; }
p { color: rgb(237,243,0); }
H1.HeaderClassName
{
color: #EDF300;
}
.AnyTagClassName
{
color: #EDF300;
}
</style>
background-color css
<style>
a { background-color: #EDF300; }
a { background-color: rgb(237,243,0); }
div.DivClassName
{
background-color: #EDF300;
}
.BgClassName
{
background-color: #EDF300;
}
</style>
border-color css
<style>
span { border-color: #EDF300; }
span { border-color: rgb(237,243,0); }
td.TdClassName
{
border-color: #EDF300;
}
.TagClassName
{
border-color: #EDF300;
}
</style>