Shades of Chartreuse Yellow #EDF808
Tints of Chartreuse Yellow #EDF808
RGB
CMYK
RGB Variations
Color information
#EDF808 (or 0xEDF808) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 08. RGB value is (237,248,8). Sum of RGB (Red+Green+Blue) = 237+248+8=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 248 (97.27% from 255 or 50.30% from 493); Blue value is 8 (3.52% from 255 or 1.62% from 493); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF808 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF808 is #1207F7. Grayscale: #DADADA. Windows color (decimal): -1181688 or 588013. OLE color: 588013.
HSL color Cylindrical-coordinate representation of color #EDF808: hue angle of 62.75º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF808 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 8 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.03 |
| HSL | 62.75º | 0.94% | 0.5% | - |
| HSV(B) | 62.75º | 0.97% | 0.97% | - |
| XYZ | 68.54 | 85.16 | 13.05 | - |
| YUV | 217.35 | 9.86 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 8 | 0.04 | 0 | 0.97 | 0.03 | 62.75 | 0.94 | 0.5 |
| Hex | ED | F8 | 8 | 4 | 0 | 61 | 3 | 3F | 5E | 32 |
| Octal | 355 | 370 | 10 | 4 | 0 | 141 | 3 | 77 | 136 | 62 |
| Binary | 11101101 | 11111000 | 1000 | 100 | 0 | 1100001 | 11 | 111111 | 1011110 | 110010 |
Color Harmonies of #EDF808
Complementary color
Monochromatic Colors of #EDF808
Black with #EDF808
Text Example
Text Example
White with #EDF808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF808; }
p { color: rgb(237,248,8); }
H1.HeaderClassName
{
color: #EDF808;
}
.AnyTagClassName
{
color: #EDF808;
}
</style>
background-color css
<style>
a { background-color: #EDF808; }
a { background-color: rgb(237,248,8); }
div.DivClassName
{
background-color: #EDF808;
}
.BgClassName
{
background-color: #EDF808;
}
</style>
border-color css
<style>
span { border-color: #EDF808; }
span { border-color: rgb(237,248,8); }
td.TdClassName
{
border-color: #EDF808;
}
.TagClassName
{
border-color: #EDF808;
}
</style>