Shades of Chartreuse Yellow #EDFF10
Tints of Chartreuse Yellow #EDFF10
RGB
CMYK
RGB Variations
Color information
#EDFF10 (or 0xEDFF10) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 10. RGB value is (237,255,16). Sum of RGB (Red+Green+Blue) = 237+255+16=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 16 (6.64% from 255 or 3.15% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF10 is #1200EF. Grayscale: #DFDFDF. Windows color (decimal): -1179888 or 1114093. OLE color: 1114093.
HSL color Cylindrical-coordinate representation of color #EDFF10: hue angle of 64.52º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDFF10 is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 16 | - |
| CMYK | 0.07 | 0 | 0.94 | 0 |
| HSL | 64.52º | 1% | 0.53% | - |
| HSV(B) | 64.52º | 0.94% | 1% | - |
| XYZ | 70.78 | 89.56 | 14.05 | - |
| YUV | 222.37 | 11.54 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 16 | 0.07 | 0 | 0.94 | 0 | 64.52 | 1 | 0.53 |
| Hex | ED | FF | 10 | 7 | 0 | 5E | 0 | 41 | 64 | 35 |
| Octal | 355 | 377 | 20 | 7 | 0 | 136 | 0 | 101 | 144 | 65 |
| Binary | 11101101 | 11111111 | 10000 | 111 | 0 | 1011110 | 0 | 1000001 | 1100100 | 110101 |
Color Harmonies of #EDFF10
Complementary color
Monochromatic Colors of #EDFF10
Black with #EDFF10
Text Example
Text Example
White with #EDFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF10; }
p { color: rgb(237,255,16); }
H1.HeaderClassName
{
color: #EDFF10;
}
.AnyTagClassName
{
color: #EDFF10;
}
</style>
background-color css
<style>
a { background-color: #EDFF10; }
a { background-color: rgb(237,255,16); }
div.DivClassName
{
background-color: #EDFF10;
}
.BgClassName
{
background-color: #EDFF10;
}
</style>
border-color css
<style>
span { border-color: #EDFF10; }
span { border-color: rgb(237,255,16); }
td.TdClassName
{
border-color: #EDFF10;
}
.TagClassName
{
border-color: #EDFF10;
}
</style>