Shades of Chartreuse Yellow #EDF602
Tints of Chartreuse Yellow #EDF602
RGB
CMYK
RGB Variations
Color information
#EDF602 (or 0xEDF602) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 02. RGB value is (237,246,2). Sum of RGB (Red+Green+Blue) = 237+246+2=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 246 (96.48% from 255 or 50.72% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF602 is #1209FD. Grayscale: #D8D8D8. Windows color (decimal): -1182206 or 194285. OLE color: 194285.
HSL color Cylindrical-coordinate representation of color #EDF602: hue angle of 62.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF602 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 2 | - |
| CMYK | 0.04 | 0 | 0.99 | 0.04 |
| HSL | 62.21º | 0.98% | 0.49% | - |
| HSV(B) | 62.21º | 0.99% | 0.96% | - |
| XYZ | 67.89 | 83.92 | 12.68 | - |
| YUV | 215.49 | 7.52 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 2 | 0.04 | 0 | 0.99 | 0.04 | 62.21 | 0.98 | 0.49 |
| Hex | ED | F6 | 2 | 4 | 0 | 63 | 4 | 3E | 62 | 31 |
| Octal | 355 | 366 | 2 | 4 | 0 | 143 | 4 | 76 | 142 | 61 |
| Binary | 11101101 | 11110110 | 10 | 100 | 0 | 1100011 | 100 | 111110 | 1100010 | 110001 |
Color Harmonies of #EDF602
Complementary color
Monochromatic Colors of #EDF602
Black with #EDF602
Text Example
Text Example
White with #EDF602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF602; }
p { color: rgb(237,246,2); }
H1.HeaderClassName
{
color: #EDF602;
}
.AnyTagClassName
{
color: #EDF602;
}
</style>
background-color css
<style>
a { background-color: #EDF602; }
a { background-color: rgb(237,246,2); }
div.DivClassName
{
background-color: #EDF602;
}
.BgClassName
{
background-color: #EDF602;
}
</style>
border-color css
<style>
span { border-color: #EDF602; }
span { border-color: rgb(237,246,2); }
td.TdClassName
{
border-color: #EDF602;
}
.TagClassName
{
border-color: #EDF602;
}
</style>