Shades of Chartreuse Yellow #EDFF03
Tints of Chartreuse Yellow #EDFF03
RGB
CMYK
RGB Variations
Color information
#EDFF03 (or 0xEDFF03) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 03. RGB value is (237,255,3). Sum of RGB (Red+Green+Blue) = 237+255+3=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 3 (1.56% from 255 or 0.61% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF03 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF03 is #1200FC. Grayscale: #DDDDDD. Windows color (decimal): -1179901 or 262125. OLE color: 262125.
HSL color Cylindrical-coordinate representation of color #EDFF03: hue angle of 64.29º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EDFF03 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 3 | - |
| CMYK | 0.07 | 0 | 0.99 | 0 |
| HSL | 64.29º | 1% | 0.51% | - |
| HSV(B) | 64.29º | 0.99% | 1% | - |
| XYZ | 70.7 | 89.53 | 13.64 | - |
| YUV | 220.89 | 5.04 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 3 | 0.07 | 0 | 0.99 | 0 | 64.29 | 1 | 0.51 |
| Hex | ED | FF | 3 | 7 | 0 | 63 | 0 | 40 | 64 | 33 |
| Octal | 355 | 377 | 3 | 7 | 0 | 143 | 0 | 100 | 144 | 63 |
| Binary | 11101101 | 11111111 | 11 | 111 | 0 | 1100011 | 0 | 1000000 | 1100100 | 110011 |
Color Harmonies of #EDFF03
Complementary color
Monochromatic Colors of #EDFF03
Black with #EDFF03
Text Example
Text Example
White with #EDFF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF03; }
p { color: rgb(237,255,3); }
H1.HeaderClassName
{
color: #EDFF03;
}
.AnyTagClassName
{
color: #EDFF03;
}
</style>
background-color css
<style>
a { background-color: #EDFF03; }
a { background-color: rgb(237,255,3); }
div.DivClassName
{
background-color: #EDFF03;
}
.BgClassName
{
background-color: #EDFF03;
}
</style>
border-color css
<style>
span { border-color: #EDFF03; }
span { border-color: rgb(237,255,3); }
td.TdClassName
{
border-color: #EDFF03;
}
.TagClassName
{
border-color: #EDFF03;
}
</style>