Shades of Chartreuse Yellow #EDFF1C
Tints of Chartreuse Yellow #EDFF1C
RGB
CMYK
RGB Variations
Color information
#EDFF1C (or 0xEDFF1C) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 1C. RGB value is (237,255,28). Sum of RGB (Red+Green+Blue) = 237+255+28=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 28 (11.33% from 255 or 5.38% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF1C is #1200E3. Grayscale: #E0E0E0. Windows color (decimal): -1179876 or 1900525. OLE color: 1900525.
HSL color Cylindrical-coordinate representation of color #EDFF1C: hue angle of 64.76º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDFF1C is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 28 | - |
| CMYK | 0.07 | 0 | 0.89 | 0 |
| HSL | 64.76º | 1% | 0.55% | - |
| HSV(B) | 64.76º | 0.89% | 1% | - |
| XYZ | 70.89 | 89.61 | 14.66 | - |
| YUV | 223.74 | 17.54 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 28 | 0.07 | 0 | 0.89 | 0 | 64.76 | 1 | 0.55 |
| Hex | ED | FF | 1C | 7 | 0 | 59 | 0 | 41 | 64 | 37 |
| Octal | 355 | 377 | 34 | 7 | 0 | 131 | 0 | 101 | 144 | 67 |
| Binary | 11101101 | 11111111 | 11100 | 111 | 0 | 1011001 | 0 | 1000001 | 1100100 | 110111 |
Color Harmonies of #EDFF1C
Complementary color
Monochromatic Colors of #EDFF1C
Black with #EDFF1C
Text Example
Text Example
White with #EDFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF1C; }
p { color: rgb(237,255,28); }
H1.HeaderClassName
{
color: #EDFF1C;
}
.AnyTagClassName
{
color: #EDFF1C;
}
</style>
background-color css
<style>
a { background-color: #EDFF1C; }
a { background-color: rgb(237,255,28); }
div.DivClassName
{
background-color: #EDFF1C;
}
.BgClassName
{
background-color: #EDFF1C;
}
</style>
border-color css
<style>
span { border-color: #EDFF1C; }
span { border-color: rgb(237,255,28); }
td.TdClassName
{
border-color: #EDFF1C;
}
.TagClassName
{
border-color: #EDFF1C;
}
</style>