Shades of Chartreuse Yellow #EDFF08
Tints of Chartreuse Yellow #EDFF08
RGB
CMYK
RGB Variations
Color information
#EDFF08 (or 0xEDFF08) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 08. RGB value is (237,255,8). Sum of RGB (Red+Green+Blue) = 237+255+8=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 8 (3.52% from 255 or 1.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF08 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF08 is #1200F7. Grayscale: #DEDEDE. Windows color (decimal): -1179896 or 589805. OLE color: 589805.
HSL color Cylindrical-coordinate representation of color #EDFF08: hue angle of 64.37º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDFF08 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 8 | - |
| CMYK | 0.07 | 0 | 0.97 | 0 |
| HSL | 64.37º | 1% | 0.52% | - |
| HSV(B) | 64.37º | 0.97% | 1% | - |
| XYZ | 70.73 | 89.54 | 13.79 | - |
| YUV | 221.46 | 7.54 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 8 | 0.07 | 0 | 0.97 | 0 | 64.37 | 1 | 0.52 |
| Hex | ED | FF | 8 | 7 | 0 | 61 | 0 | 40 | 64 | 34 |
| Octal | 355 | 377 | 10 | 7 | 0 | 141 | 0 | 100 | 144 | 64 |
| Binary | 11101101 | 11111111 | 1000 | 111 | 0 | 1100001 | 0 | 1000000 | 1100100 | 110100 |
Color Harmonies of #EDFF08
Complementary color
Monochromatic Colors of #EDFF08
Black with #EDFF08
Text Example
Text Example
White with #EDFF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF08; }
p { color: rgb(237,255,8); }
H1.HeaderClassName
{
color: #EDFF08;
}
.AnyTagClassName
{
color: #EDFF08;
}
</style>
background-color css
<style>
a { background-color: #EDFF08; }
a { background-color: rgb(237,255,8); }
div.DivClassName
{
background-color: #EDFF08;
}
.BgClassName
{
background-color: #EDFF08;
}
</style>
border-color css
<style>
span { border-color: #EDFF08; }
span { border-color: rgb(237,255,8); }
td.TdClassName
{
border-color: #EDFF08;
}
.TagClassName
{
border-color: #EDFF08;
}
</style>