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