Shades of Chartreuse Yellow #EDF105
Tints of Chartreuse Yellow #EDF105
RGB
CMYK
RGB Variations
Color information
#EDF105 (or 0xEDF105) is known color: Chartreuse Yellow. HEX triplet: ED, F1 and 05. RGB value is (237,241,5). Sum of RGB (Red+Green+Blue) = 237+241+5=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF105 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF105 is #120EFA. Grayscale: #D5D5D5. Windows color (decimal): -1183483 or 389613. OLE color: 389613.
HSL color Cylindrical-coordinate representation of color #EDF105: hue angle of 61.02º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF105 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 5 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.05 |
| HSL | 61.02º | 0.96% | 0.48% | - |
| HSV(B) | 61.02º | 0.98% | 0.95% | - |
| XYZ | 66.41 | 80.93 | 12.26 | - |
| YUV | 212.9 | 10.67 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 5 | 0.02 | 0 | 0.98 | 0.05 | 61.02 | 0.96 | 0.48 |
| Hex | ED | F1 | 5 | 2 | 0 | 62 | 5 | 3D | 60 | 30 |
| Octal | 355 | 361 | 5 | 2 | 0 | 142 | 5 | 75 | 140 | 60 |
| Binary | 11101101 | 11110001 | 101 | 10 | 0 | 1100010 | 101 | 111101 | 1100000 | 110000 |
Color Harmonies of #EDF105
Complementary color
Monochromatic Colors of #EDF105
Black with #EDF105
Text Example
Text Example
White with #EDF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF105; }
p { color: rgb(237,241,5); }
H1.HeaderClassName
{
color: #EDF105;
}
.AnyTagClassName
{
color: #EDF105;
}
</style>
background-color css
<style>
a { background-color: #EDF105; }
a { background-color: rgb(237,241,5); }
div.DivClassName
{
background-color: #EDF105;
}
.BgClassName
{
background-color: #EDF105;
}
</style>
border-color css
<style>
span { border-color: #EDF105; }
span { border-color: rgb(237,241,5); }
td.TdClassName
{
border-color: #EDF105;
}
.TagClassName
{
border-color: #EDF105;
}
</style>