Shades of Chartreuse Yellow #EDF702
Tints of Chartreuse Yellow #EDF702
RGB
CMYK
RGB Variations
Color information
#EDF702 (or 0xEDF702) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 02. RGB value is (237,247,2). Sum of RGB (Red+Green+Blue) = 237+247+2=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 247 (96.88% from 255 or 50.82% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF702 is #1208FD. Grayscale: #D9D9D9. Windows color (decimal): -1181950 or 194541. OLE color: 194541.
HSL color Cylindrical-coordinate representation of color #EDF702: hue angle of 62.45º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF702 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.03 |
| HSL | 62.45º | 0.98% | 0.49% | - |
| HSV(B) | 62.45º | 0.99% | 0.97% | - |
| XYZ | 68.2 | 84.53 | 12.78 | - |
| YUV | 216.08 | 7.19 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 2 | 0.04 | 0 | 0.99 | 0.03 | 62.45 | 0.98 | 0.49 |
| Hex | ED | F7 | 2 | 4 | 0 | 63 | 3 | 3E | 62 | 31 |
| Octal | 355 | 367 | 2 | 4 | 0 | 143 | 3 | 76 | 142 | 61 |
| Binary | 11101101 | 11110111 | 10 | 100 | 0 | 1100011 | 11 | 111110 | 1100010 | 110001 |
Color Harmonies of #EDF702
Complementary color
Monochromatic Colors of #EDF702
Black with #EDF702
Text Example
Text Example
White with #EDF702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF702; }
p { color: rgb(237,247,2); }
H1.HeaderClassName
{
color: #EDF702;
}
.AnyTagClassName
{
color: #EDF702;
}
</style>
background-color css
<style>
a { background-color: #EDF702; }
a { background-color: rgb(237,247,2); }
div.DivClassName
{
background-color: #EDF702;
}
.BgClassName
{
background-color: #EDF702;
}
</style>
border-color css
<style>
span { border-color: #EDF702; }
span { border-color: rgb(237,247,2); }
td.TdClassName
{
border-color: #EDF702;
}
.TagClassName
{
border-color: #EDF702;
}
</style>