Shades of Chartreuse Yellow #EDF103
Tints of Chartreuse Yellow #EDF103
RGB
CMYK
RGB Variations
Color information
#EDF103 (or 0xEDF103) is known color: Chartreuse Yellow. HEX triplet: ED, F1 and 03. RGB value is (237,241,3). Sum of RGB (Red+Green+Blue) = 237+241+3=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 3 (1.56% from 255 or 0.62% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF103 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF103 is #120EFC. Grayscale: #D5D5D5. Windows color (decimal): -1183485 or 258541. OLE color: 258541.
HSL color Cylindrical-coordinate representation of color #EDF103: hue angle of 61.01º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDF103 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 241 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.05 |
| HSL | 61.01º | 0.98% | 0.48% | - |
| HSV(B) | 61.01º | 0.99% | 0.95% | - |
| XYZ | 66.4 | 80.92 | 12.21 | - |
| YUV | 212.67 | 9.67 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 241 | 3 | 0.02 | 0 | 0.99 | 0.05 | 61.01 | 0.98 | 0.48 |
| Hex | ED | F1 | 3 | 2 | 0 | 63 | 5 | 3D | 62 | 30 |
| Octal | 355 | 361 | 3 | 2 | 0 | 143 | 5 | 75 | 142 | 60 |
| Binary | 11101101 | 11110001 | 11 | 10 | 0 | 1100011 | 101 | 111101 | 1100010 | 110000 |
Color Harmonies of #EDF103
Complementary color
Monochromatic Colors of #EDF103
Black with #EDF103
Text Example
Text Example
White with #EDF103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF103; }
p { color: rgb(237,241,3); }
H1.HeaderClassName
{
color: #EDF103;
}
.AnyTagClassName
{
color: #EDF103;
}
</style>
background-color css
<style>
a { background-color: #EDF103; }
a { background-color: rgb(237,241,3); }
div.DivClassName
{
background-color: #EDF103;
}
.BgClassName
{
background-color: #EDF103;
}
</style>
border-color css
<style>
span { border-color: #EDF103; }
span { border-color: rgb(237,241,3); }
td.TdClassName
{
border-color: #EDF103;
}
.TagClassName
{
border-color: #EDF103;
}
</style>