Shades of Chartreuse Yellow #EDFE03
Tints of Chartreuse Yellow #EDFE03
RGB
CMYK
RGB Variations
Color information
#EDFE03 (or 0xEDFE03) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 03. RGB value is (237,254,3). Sum of RGB (Red+Green+Blue) = 237+254+3=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 3 (1.56% from 255 or 0.61% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE03 is #1201FC. Grayscale: #DDDDDD. Windows color (decimal): -1180157 or 261869. OLE color: 261869.
HSL color Cylindrical-coordinate representation of color #EDFE03: hue angle of 64.06º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDFE03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.00 |
| HSL | 64.06º | 0.99% | 0.5% | - |
| HSV(B) | 64.06º | 0.99% | 1% | - |
| XYZ | 70.38 | 88.89 | 13.53 | - |
| YUV | 220.3 | 5.37 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 3 | 0.07 | 0 | 0.99 | 0.00 | 64.06 | 0.99 | 0.5 |
| Hex | ED | FE | 3 | 7 | 0 | 63 | 0 | 40 | 63 | 32 |
| Octal | 355 | 376 | 3 | 7 | 0 | 143 | 0 | 100 | 143 | 62 |
| Binary | 11101101 | 11111110 | 11 | 111 | 0 | 1100011 | 0 | 1000000 | 1100011 | 110010 |
Color Harmonies of #EDFE03
Complementary color
Monochromatic Colors of #EDFE03
Black with #EDFE03
Text Example
Text Example
White with #EDFE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE03; }
p { color: rgb(237,254,3); }
H1.HeaderClassName
{
color: #EDFE03;
}
.AnyTagClassName
{
color: #EDFE03;
}
</style>
background-color css
<style>
a { background-color: #EDFE03; }
a { background-color: rgb(237,254,3); }
div.DivClassName
{
background-color: #EDFE03;
}
.BgClassName
{
background-color: #EDFE03;
}
</style>
border-color css
<style>
span { border-color: #EDFE03; }
span { border-color: rgb(237,254,3); }
td.TdClassName
{
border-color: #EDFE03;
}
.TagClassName
{
border-color: #EDFE03;
}
</style>