Shades of Chartreuse Yellow #EDF502
Tints of Chartreuse Yellow #EDF502
RGB
CMYK
RGB Variations
Color information
#EDF502 (or 0xEDF502) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 02. RGB value is (237,245,2). Sum of RGB (Red+Green+Blue) = 237+245+2=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 245 (96.09% from 255 or 50.62% from 484); Blue value is 2 (1.17% from 255 or 0.41% from 484); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF502 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF502 is #120AFD. Grayscale: #D7D7D7. Windows color (decimal): -1182462 or 194029. OLE color: 194029.
HSL color Cylindrical-coordinate representation of color #EDF502: hue angle of 61.98º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF502 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.04 |
| HSL | 61.98º | 0.98% | 0.48% | - |
| HSV(B) | 61.98º | 0.99% | 0.96% | - |
| XYZ | 67.59 | 83.31 | 12.58 | - |
| YUV | 214.91 | 7.85 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 2 | 0.03 | 0 | 0.99 | 0.04 | 61.98 | 0.98 | 0.48 |
| Hex | ED | F5 | 2 | 3 | 0 | 63 | 4 | 3E | 62 | 30 |
| Octal | 355 | 365 | 2 | 3 | 0 | 143 | 4 | 76 | 142 | 60 |
| Binary | 11101101 | 11110101 | 10 | 11 | 0 | 1100011 | 100 | 111110 | 1100010 | 110000 |
Color Harmonies of #EDF502
Complementary color
Monochromatic Colors of #EDF502
Black with #EDF502
Text Example
Text Example
White with #EDF502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF502; }
p { color: rgb(237,245,2); }
H1.HeaderClassName
{
color: #EDF502;
}
.AnyTagClassName
{
color: #EDF502;
}
</style>
background-color css
<style>
a { background-color: #EDF502; }
a { background-color: rgb(237,245,2); }
div.DivClassName
{
background-color: #EDF502;
}
.BgClassName
{
background-color: #EDF502;
}
</style>
border-color css
<style>
span { border-color: #EDF502; }
span { border-color: rgb(237,245,2); }
td.TdClassName
{
border-color: #EDF502;
}
.TagClassName
{
border-color: #EDF502;
}
</style>