Shades of Chartreuse Yellow #EDF205
Tints of Chartreuse Yellow #EDF205
RGB
CMYK
RGB Variations
Color information
#EDF205 (or 0xEDF205) is known color: Chartreuse Yellow. HEX triplet: ED, F2 and 05. RGB value is (237,242,5). Sum of RGB (Red+Green+Blue) = 237+242+5=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 5 (2.34% from 255 or 1.03% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF205 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF205 is #120DFA. Grayscale: #D6D6D6. Windows color (decimal): -1183227 or 389869. OLE color: 389869.
HSL color Cylindrical-coordinate representation of color #EDF205: hue angle of 61.27º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF205 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.05 |
| HSL | 61.27º | 0.96% | 0.48% | - |
| HSV(B) | 61.27º | 0.98% | 0.95% | - |
| XYZ | 66.7 | 81.52 | 12.36 | - |
| YUV | 213.49 | 10.34 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 5 | 0.02 | 0 | 0.98 | 0.05 | 61.27 | 0.96 | 0.48 |
| Hex | ED | F2 | 5 | 2 | 0 | 62 | 5 | 3D | 60 | 30 |
| Octal | 355 | 362 | 5 | 2 | 0 | 142 | 5 | 75 | 140 | 60 |
| Binary | 11101101 | 11110010 | 101 | 10 | 0 | 1100010 | 101 | 111101 | 1100000 | 110000 |
Color Harmonies of #EDF205
Complementary color
Monochromatic Colors of #EDF205
Black with #EDF205
Text Example
Text Example
White with #EDF205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF205; }
p { color: rgb(237,242,5); }
H1.HeaderClassName
{
color: #EDF205;
}
.AnyTagClassName
{
color: #EDF205;
}
</style>
background-color css
<style>
a { background-color: #EDF205; }
a { background-color: rgb(237,242,5); }
div.DivClassName
{
background-color: #EDF205;
}
.BgClassName
{
background-color: #EDF205;
}
</style>
border-color css
<style>
span { border-color: #EDF205; }
span { border-color: rgb(237,242,5); }
td.TdClassName
{
border-color: #EDF205;
}
.TagClassName
{
border-color: #EDF205;
}
</style>