Shades of Chartreuse Yellow #EDF710
Tints of Chartreuse Yellow #EDF710
RGB
CMYK
RGB Variations
Color information
#EDF710 (or 0xEDF710) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 10. RGB value is (237,247,16). Sum of RGB (Red+Green+Blue) = 237+247+16=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 16 (6.64% from 255 or 3.2% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF710 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF710 is #1208EF. Grayscale: #DADADA. Windows color (decimal): -1181936 or 1112045. OLE color: 1112045.
HSL color Cylindrical-coordinate representation of color #EDF710: hue angle of 62.6º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EDF710 is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 16 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.03 |
| HSL | 62.6º | 0.94% | 0.52% | - |
| HSV(B) | 62.6º | 0.94% | 0.97% | - |
| XYZ | 68.28 | 84.56 | 13.21 | - |
| YUV | 217.68 | 14.19 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 16 | 0.04 | 0 | 0.94 | 0.03 | 62.6 | 0.94 | 0.52 |
| Hex | ED | F7 | 10 | 4 | 0 | 5E | 3 | 3F | 5E | 34 |
| Octal | 355 | 367 | 20 | 4 | 0 | 136 | 3 | 77 | 136 | 64 |
| Binary | 11101101 | 11110111 | 10000 | 100 | 0 | 1011110 | 11 | 111111 | 1011110 | 110100 |
Color Harmonies of #EDF710
Complementary color
Monochromatic Colors of #EDF710
Black with #EDF710
Text Example
Text Example
White with #EDF710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF710; }
p { color: rgb(237,247,16); }
H1.HeaderClassName
{
color: #EDF710;
}
.AnyTagClassName
{
color: #EDF710;
}
</style>
background-color css
<style>
a { background-color: #EDF710; }
a { background-color: rgb(237,247,16); }
div.DivClassName
{
background-color: #EDF710;
}
.BgClassName
{
background-color: #EDF710;
}
</style>
border-color css
<style>
span { border-color: #EDF710; }
span { border-color: rgb(237,247,16); }
td.TdClassName
{
border-color: #EDF710;
}
.TagClassName
{
border-color: #EDF710;
}
</style>