Shades of Chartreuse Yellow #EDF912
Tints of Chartreuse Yellow #EDF912
RGB
CMYK
RGB Variations
Color information
#EDF912 (or 0xEDF912) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 12. RGB value is (237,249,18). Sum of RGB (Red+Green+Blue) = 237+249+18=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 18 (7.42% from 255 or 3.57% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF912 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF912 is #1206ED. Grayscale: #DBDBDB. Windows color (decimal): -1181422 or 1243629. OLE color: 1243629.
HSL color Cylindrical-coordinate representation of color #EDF912: hue angle of 63.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDF912 is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 249 | 18 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.02 |
| HSL | 63.12º | 0.95% | 0.52% | - |
| HSV(B) | 63.12º | 0.93% | 0.98% | - |
| XYZ | 68.91 | 85.8 | 13.5 | - |
| YUV | 219.08 | 14.52 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 18 | 0.05 | 0 | 0.93 | 0.02 | 63.12 | 0.95 | 0.52 |
| Hex | ED | F9 | 12 | 5 | 0 | 5D | 2 | 3F | 5F | 34 |
| Octal | 355 | 371 | 22 | 5 | 0 | 135 | 2 | 77 | 137 | 64 |
| Binary | 11101101 | 11111001 | 10010 | 101 | 0 | 1011101 | 10 | 111111 | 1011111 | 110100 |
Color Harmonies of #EDF912
Complementary color
Monochromatic Colors of #EDF912
Black with #EDF912
Text Example
Text Example
White with #EDF912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF912; }
p { color: rgb(237,249,18); }
H1.HeaderClassName
{
color: #EDF912;
}
.AnyTagClassName
{
color: #EDF912;
}
</style>
background-color css
<style>
a { background-color: #EDF912; }
a { background-color: rgb(237,249,18); }
div.DivClassName
{
background-color: #EDF912;
}
.BgClassName
{
background-color: #EDF912;
}
</style>
border-color css
<style>
span { border-color: #EDF912; }
span { border-color: rgb(237,249,18); }
td.TdClassName
{
border-color: #EDF912;
}
.TagClassName
{
border-color: #EDF912;
}
</style>