Shades of Chartreuse Yellow #EDF605
Tints of Chartreuse Yellow #EDF605
RGB
CMYK
RGB Variations
Color information
#EDF605 (or 0xEDF605) is known color: Chartreuse Yellow. HEX triplet: ED, F6 and 05. RGB value is (237,246,5). Sum of RGB (Red+Green+Blue) = 237+246+5=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 246 (96.48% from 255 or 50.41% from 488); Blue value is 5 (2.34% from 255 or 1.02% from 488); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF605 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF605 is #1209FA. Grayscale: #D8D8D8. Windows color (decimal): -1182203 or 390893. OLE color: 390893.
HSL color Cylindrical-coordinate representation of color #EDF605: hue angle of 62.24º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF605 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 5 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.04 |
| HSL | 62.24º | 0.96% | 0.49% | - |
| HSV(B) | 62.24º | 0.98% | 0.96% | - |
| XYZ | 67.91 | 83.93 | 12.76 | - |
| YUV | 215.84 | 9.02 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 5 | 0.04 | 0 | 0.98 | 0.04 | 62.24 | 0.96 | 0.49 |
| Hex | ED | F6 | 5 | 4 | 0 | 62 | 4 | 3E | 60 | 31 |
| Octal | 355 | 366 | 5 | 4 | 0 | 142 | 4 | 76 | 140 | 61 |
| Binary | 11101101 | 11110110 | 101 | 100 | 0 | 1100010 | 100 | 111110 | 1100000 | 110001 |
Color Harmonies of #EDF605
Complementary color
Monochromatic Colors of #EDF605
Black with #EDF605
Text Example
Text Example
White with #EDF605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF605; }
p { color: rgb(237,246,5); }
H1.HeaderClassName
{
color: #EDF605;
}
.AnyTagClassName
{
color: #EDF605;
}
</style>
background-color css
<style>
a { background-color: #EDF605; }
a { background-color: rgb(237,246,5); }
div.DivClassName
{
background-color: #EDF605;
}
.BgClassName
{
background-color: #EDF605;
}
</style>
border-color css
<style>
span { border-color: #EDF605; }
span { border-color: rgb(237,246,5); }
td.TdClassName
{
border-color: #EDF605;
}
.TagClassName
{
border-color: #EDF605;
}
</style>