Shades of Chartreuse Yellow #EDF608
Tints of Chartreuse Yellow #EDF608
RGB
CMYK
RGB Variations
Color information
#EDF608 (or 0xEDF608) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 08. RGB value is (237,246,8). Sum of RGB (Red+Green+Blue) = 237+246+8=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 8 (3.52% from 255 or 1.63% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF608 is #1209F7. Grayscale: #D9D9D9. Windows color (decimal): -1182200 or 587501. OLE color: 587501.
HSL color Cylindrical-coordinate representation of color #EDF608: hue angle of 62.27º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF608 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 8 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.04 |
| HSL | 62.27º | 0.94% | 0.5% | - |
| HSV(B) | 62.27º | 0.97% | 0.96% | - |
| XYZ | 67.92 | 83.93 | 12.85 | - |
| YUV | 216.18 | 10.52 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 8 | 0.04 | 0 | 0.97 | 0.04 | 62.27 | 0.94 | 0.5 |
| Hex | ED | F6 | 8 | 4 | 0 | 61 | 4 | 3E | 5E | 32 |
| Octal | 355 | 366 | 10 | 4 | 0 | 141 | 4 | 76 | 136 | 62 |
| Binary | 11101101 | 11110110 | 1000 | 100 | 0 | 1100001 | 100 | 111110 | 1011110 | 110010 |
Color Harmonies of #EDF608
Complementary color
Monochromatic Colors of #EDF608
Black with #EDF608
Text Example
Text Example
White with #EDF608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF608; }
p { color: rgb(237,246,8); }
H1.HeaderClassName
{
color: #EDF608;
}
.AnyTagClassName
{
color: #EDF608;
}
</style>
background-color css
<style>
a { background-color: #EDF608; }
a { background-color: rgb(237,246,8); }
div.DivClassName
{
background-color: #EDF608;
}
.BgClassName
{
background-color: #EDF608;
}
</style>
border-color css
<style>
span { border-color: #EDF608; }
span { border-color: rgb(237,246,8); }
td.TdClassName
{
border-color: #EDF608;
}
.TagClassName
{
border-color: #EDF608;
}
</style>