Shades of Chartreuse Yellow #EDFF0C
Tints of Chartreuse Yellow #EDFF0C
RGB
CMYK
RGB Variations
Color information
#EDFF0C (or 0xEDFF0C) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 0C. RGB value is (237,255,12). Sum of RGB (Red+Green+Blue) = 237+255+12=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 12 (5.08% from 255 or 2.38% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF0C is #1200F3. Grayscale: #DEDEDE. Windows color (decimal): -1179892 or 851949. OLE color: 851949.
HSL color Cylindrical-coordinate representation of color #EDFF0C: hue angle of 64.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDFF0C is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 12 | - |
| CMYK | 0.07 | 0 | 0.95 | 0 |
| HSL | 64.44º | 1% | 0.52% | - |
| HSV(B) | 64.44º | 0.95% | 1% | - |
| XYZ | 70.75 | 89.55 | 13.9 | - |
| YUV | 221.92 | 9.54 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 12 | 0.07 | 0 | 0.95 | 0 | 64.44 | 1 | 0.52 |
| Hex | ED | FF | C | 7 | 0 | 5F | 0 | 40 | 64 | 34 |
| Octal | 355 | 377 | 14 | 7 | 0 | 137 | 0 | 100 | 144 | 64 |
| Binary | 11101101 | 11111111 | 1100 | 111 | 0 | 1011111 | 0 | 1000000 | 1100100 | 110100 |
Color Harmonies of #EDFF0C
Complementary color
Monochromatic Colors of #EDFF0C
Black with #EDFF0C
Text Example
Text Example
White with #EDFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF0C; }
p { color: rgb(237,255,12); }
H1.HeaderClassName
{
color: #EDFF0C;
}
.AnyTagClassName
{
color: #EDFF0C;
}
</style>
background-color css
<style>
a { background-color: #EDFF0C; }
a { background-color: rgb(237,255,12); }
div.DivClassName
{
background-color: #EDFF0C;
}
.BgClassName
{
background-color: #EDFF0C;
}
</style>
border-color css
<style>
span { border-color: #EDFF0C; }
span { border-color: rgb(237,255,12); }
td.TdClassName
{
border-color: #EDFF0C;
}
.TagClassName
{
border-color: #EDFF0C;
}
</style>