Shades of Chartreuse Yellow #EDF80D
Tints of Chartreuse Yellow #EDF80D
RGB
CMYK
RGB Variations
Color information
#EDF80D (or 0xEDF80D) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 0D. RGB value is (237,248,13). Sum of RGB (Red+Green+Blue) = 237+248+13=498 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.59% from 498); Green value is 248 (97.27% from 255 or 49.80% from 498); Blue value is 13 (5.47% from 255 or 2.61% from 498); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF80D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF80D is #1207F2. Grayscale: #DADADA. Windows color (decimal): -1181683 or 915693. OLE color: 915693.
HSL color Cylindrical-coordinate representation of color #EDF80D: hue angle of 62.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF80D is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 248 | 13 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.03 |
| HSL | 62.81º | 0.94% | 0.51% | - |
| HSV(B) | 62.81º | 0.95% | 0.97% | - |
| XYZ | 68.57 | 85.17 | 13.21 | - |
| YUV | 217.92 | 12.36 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 13 | 0.04 | 0 | 0.95 | 0.03 | 62.81 | 0.94 | 0.51 |
| Hex | ED | F8 | D | 4 | 0 | 5F | 3 | 3F | 5E | 33 |
| Octal | 355 | 370 | 15 | 4 | 0 | 137 | 3 | 77 | 136 | 63 |
| Binary | 11101101 | 11111000 | 1101 | 100 | 0 | 1011111 | 11 | 111111 | 1011110 | 110011 |
Color Harmonies of #EDF80D
Complementary color
Monochromatic Colors of #EDF80D
Black with #EDF80D
Text Example
Text Example
White with #EDF80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF80D; }
p { color: rgb(237,248,13); }
H1.HeaderClassName
{
color: #EDF80D;
}
.AnyTagClassName
{
color: #EDF80D;
}
</style>
background-color css
<style>
a { background-color: #EDF80D; }
a { background-color: rgb(237,248,13); }
div.DivClassName
{
background-color: #EDF80D;
}
.BgClassName
{
background-color: #EDF80D;
}
</style>
border-color css
<style>
span { border-color: #EDF80D; }
span { border-color: rgb(237,248,13); }
td.TdClassName
{
border-color: #EDF80D;
}
.TagClassName
{
border-color: #EDF80D;
}
</style>