Shades of Chartreuse Yellow #EDF507
Tints of Chartreuse Yellow #EDF507
RGB
CMYK
RGB Variations
Color information
#EDF507 (or 0xEDF507) is known color: Chartreuse Yellow. HEX triplet: ED, F5 and 07. RGB value is (237,245,7). Sum of RGB (Red+Green+Blue) = 237+245+7=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 245 (96.09% from 255 or 50.10% from 489); Blue value is 7 (3.12% from 255 or 1.43% from 489); Max value from RGB is 245 - color contains mainly: green. Hex color #EDF507 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF507 is #120AF8. Grayscale: #D8D8D8. Windows color (decimal): -1182457 or 521709. OLE color: 521709.
HSL color Cylindrical-coordinate representation of color #EDF507: hue angle of 62.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF507 is Cyan = 0.03, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 7 | - |
| CMYK | 0.03 | 0 | 0.97 | 0.04 |
| HSL | 62.02º | 0.94% | 0.49% | - |
| HSV(B) | 62.02º | 0.97% | 0.96% | - |
| XYZ | 67.62 | 83.32 | 12.72 | - |
| YUV | 215.48 | 10.35 | 143.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 7 | 0.03 | 0 | 0.97 | 0.04 | 62.02 | 0.94 | 0.49 |
| Hex | ED | F5 | 7 | 3 | 0 | 61 | 4 | 3E | 5E | 31 |
| Octal | 355 | 365 | 7 | 3 | 0 | 141 | 4 | 76 | 136 | 61 |
| Binary | 11101101 | 11110101 | 111 | 11 | 0 | 1100001 | 100 | 111110 | 1011110 | 110001 |
Color Harmonies of #EDF507
Complementary color
Monochromatic Colors of #EDF507
Black with #EDF507
Text Example
Text Example
White with #EDF507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF507; }
p { color: rgb(237,245,7); }
H1.HeaderClassName
{
color: #EDF507;
}
.AnyTagClassName
{
color: #EDF507;
}
</style>
background-color css
<style>
a { background-color: #EDF507; }
a { background-color: rgb(237,245,7); }
div.DivClassName
{
background-color: #EDF507;
}
.BgClassName
{
background-color: #EDF507;
}
</style>
border-color css
<style>
span { border-color: #EDF507; }
span { border-color: rgb(237,245,7); }
td.TdClassName
{
border-color: #EDF507;
}
.TagClassName
{
border-color: #EDF507;
}
</style>