Shades of Chartreuse Yellow #EDF202
Tints of Chartreuse Yellow #EDF202
RGB
CMYK
RGB Variations
Color information
#EDF202 (or 0xEDF202) is known color: Chartreuse Yellow. HEX triplet: ED, F2 and 02. RGB value is (237,242,2). Sum of RGB (Red+Green+Blue) = 237+242+2=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 2 (1.17% from 255 or 0.42% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF202 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF202 is #120DFD. Grayscale: #D6D6D6. Windows color (decimal): -1183230 or 193261. OLE color: 193261.
HSL color Cylindrical-coordinate representation of color #EDF202: hue angle of 61.25º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF202 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.05 |
| HSL | 61.25º | 0.98% | 0.48% | - |
| HSV(B) | 61.25º | 0.99% | 0.95% | - |
| XYZ | 66.69 | 81.51 | 12.28 | - |
| YUV | 213.15 | 8.84 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 2 | 0.02 | 0 | 0.99 | 0.05 | 61.25 | 0.98 | 0.48 |
| Hex | ED | F2 | 2 | 2 | 0 | 63 | 5 | 3D | 62 | 30 |
| Octal | 355 | 362 | 2 | 2 | 0 | 143 | 5 | 75 | 142 | 60 |
| Binary | 11101101 | 11110010 | 10 | 10 | 0 | 1100011 | 101 | 111101 | 1100010 | 110000 |
Color Harmonies of #EDF202
Complementary color
Monochromatic Colors of #EDF202
Black with #EDF202
Text Example
Text Example
White with #EDF202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF202; }
p { color: rgb(237,242,2); }
H1.HeaderClassName
{
color: #EDF202;
}
.AnyTagClassName
{
color: #EDF202;
}
</style>
background-color css
<style>
a { background-color: #EDF202; }
a { background-color: rgb(237,242,2); }
div.DivClassName
{
background-color: #EDF202;
}
.BgClassName
{
background-color: #EDF202;
}
</style>
border-color css
<style>
span { border-color: #EDF202; }
span { border-color: rgb(237,242,2); }
td.TdClassName
{
border-color: #EDF202;
}
.TagClassName
{
border-color: #EDF202;
}
</style>