Shades of Chartreuse Yellow #EDF807
Tints of Chartreuse Yellow #EDF807
RGB
CMYK
RGB Variations
Color information
#EDF807 (or 0xEDF807) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 07. RGB value is (237,248,7). Sum of RGB (Red+Green+Blue) = 237+248+7=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 7 (3.12% from 255 or 1.42% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF807 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF807 is #1207F8. Grayscale: #DADADA. Windows color (decimal): -1181689 or 522477. OLE color: 522477.
HSL color Cylindrical-coordinate representation of color #EDF807: hue angle of 62.74º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDF807 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 7 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.03 |
| HSL | 62.74º | 0.95% | 0.5% | - |
| HSV(B) | 62.74º | 0.97% | 0.97% | - |
| XYZ | 68.53 | 85.15 | 13.03 | - |
| YUV | 217.24 | 9.36 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 7 | 0.04 | 0 | 0.97 | 0.03 | 62.74 | 0.95 | 0.5 |
| Hex | ED | F8 | 7 | 4 | 0 | 61 | 3 | 3F | 5F | 32 |
| Octal | 355 | 370 | 7 | 4 | 0 | 141 | 3 | 77 | 137 | 62 |
| Binary | 11101101 | 11111000 | 111 | 100 | 0 | 1100001 | 11 | 111111 | 1011111 | 110010 |
Color Harmonies of #EDF807
Complementary color
Monochromatic Colors of #EDF807
Black with #EDF807
Text Example
Text Example
White with #EDF807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF807; }
p { color: rgb(237,248,7); }
H1.HeaderClassName
{
color: #EDF807;
}
.AnyTagClassName
{
color: #EDF807;
}
</style>
background-color css
<style>
a { background-color: #EDF807; }
a { background-color: rgb(237,248,7); }
div.DivClassName
{
background-color: #EDF807;
}
.BgClassName
{
background-color: #EDF807;
}
</style>
border-color css
<style>
span { border-color: #EDF807; }
span { border-color: rgb(237,248,7); }
td.TdClassName
{
border-color: #EDF807;
}
.TagClassName
{
border-color: #EDF807;
}
</style>