Shades of Chartreuse Yellow #EDF706
Tints of Chartreuse Yellow #EDF706
RGB
CMYK
RGB Variations
Color information
#EDF706 (or 0xEDF706) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 06. RGB value is (237,247,6). Sum of RGB (Red+Green+Blue) = 237+247+6=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 6 (2.73% from 255 or 1.22% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF706 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF706 is #1208F9. Grayscale: #D9D9D9. Windows color (decimal): -1181946 or 456685. OLE color: 456685.
HSL color Cylindrical-coordinate representation of color #EDF706: hue angle of 62.49º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF706 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 6 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.03 |
| HSL | 62.49º | 0.95% | 0.5% | - |
| HSV(B) | 62.49º | 0.98% | 0.97% | - |
| XYZ | 68.22 | 84.54 | 12.89 | - |
| YUV | 216.54 | 9.19 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 6 | 0.04 | 0 | 0.98 | 0.03 | 62.49 | 0.95 | 0.5 |
| Hex | ED | F7 | 6 | 4 | 0 | 62 | 3 | 3E | 5F | 32 |
| Octal | 355 | 367 | 6 | 4 | 0 | 142 | 3 | 76 | 137 | 62 |
| Binary | 11101101 | 11110111 | 110 | 100 | 0 | 1100010 | 11 | 111110 | 1011111 | 110010 |
Color Harmonies of #EDF706
Complementary color
Monochromatic Colors of #EDF706
Black with #EDF706
Text Example
Text Example
White with #EDF706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF706; }
p { color: rgb(237,247,6); }
H1.HeaderClassName
{
color: #EDF706;
}
.AnyTagClassName
{
color: #EDF706;
}
</style>
background-color css
<style>
a { background-color: #EDF706; }
a { background-color: rgb(237,247,6); }
div.DivClassName
{
background-color: #EDF706;
}
.BgClassName
{
background-color: #EDF706;
}
</style>
border-color css
<style>
span { border-color: #EDF706; }
span { border-color: rgb(237,247,6); }
td.TdClassName
{
border-color: #EDF706;
}
.TagClassName
{
border-color: #EDF706;
}
</style>