Shades of Chartreuse Yellow #EDF506
Tints of Chartreuse Yellow #EDF506
RGB
CMYK
RGB Variations
Color information
#EDF506 (or 0xEDF506) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 06. RGB value is (237,245,6). Sum of RGB (Red+Green+Blue) = 237+245+6=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 6 (2.73% from 255 or 1.23% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF506 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF506 is #120AF9. Grayscale: #D8D8D8. Windows color (decimal): -1182458 or 456173. OLE color: 456173.
HSL color Cylindrical-coordinate representation of color #EDF506: hue angle of 62.01º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF506 is Cyan = 0.03, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 6 | - |
| CMYK | 0.03 | 0 | 0.98 | 0.04 |
| HSL | 62.01º | 0.95% | 0.49% | - |
| HSV(B) | 62.01º | 0.98% | 0.96% | - |
| XYZ | 67.61 | 83.32 | 12.69 | - |
| YUV | 215.36 | 9.85 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 6 | 0.03 | 0 | 0.98 | 0.04 | 62.01 | 0.95 | 0.49 |
| Hex | ED | F5 | 6 | 3 | 0 | 62 | 4 | 3E | 5F | 31 |
| Octal | 355 | 365 | 6 | 3 | 0 | 142 | 4 | 76 | 137 | 61 |
| Binary | 11101101 | 11110101 | 110 | 11 | 0 | 1100010 | 100 | 111110 | 1011111 | 110001 |
Color Harmonies of #EDF506
Complementary color
Monochromatic Colors of #EDF506
Black with #EDF506
Text Example
Text Example
White with #EDF506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF506; }
p { color: rgb(237,245,6); }
H1.HeaderClassName
{
color: #EDF506;
}
.AnyTagClassName
{
color: #EDF506;
}
</style>
background-color css
<style>
a { background-color: #EDF506; }
a { background-color: rgb(237,245,6); }
div.DivClassName
{
background-color: #EDF506;
}
.BgClassName
{
background-color: #EDF506;
}
</style>
border-color css
<style>
span { border-color: #EDF506; }
span { border-color: rgb(237,245,6); }
td.TdClassName
{
border-color: #EDF506;
}
.TagClassName
{
border-color: #EDF506;
}
</style>