Shades of Chartreuse Yellow #EDFE1A
Tints of Chartreuse Yellow #EDFE1A
RGB
CMYK
RGB Variations
Color information
#EDFE1A (or 0xEDFE1A) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 1A. RGB value is (237,254,26). Sum of RGB (Red+Green+Blue) = 237+254+26=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 26 (10.55% from 255 or 5.03% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE1A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE1A is #1201E5. Grayscale: #DFDFDF. Windows color (decimal): -1180134 or 1769197. OLE color: 1769197.
HSL color Cylindrical-coordinate representation of color #EDFE1A: hue angle of 64.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDFE1A is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 26 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.00 |
| HSL | 64.47º | 0.99% | 0.55% | - |
| HSV(B) | 64.47º | 0.9% | 1% | - |
| XYZ | 70.55 | 88.96 | 14.43 | - |
| YUV | 222.93 | 16.87 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 26 | 0.07 | 0 | 0.90 | 0.00 | 64.47 | 0.99 | 0.55 |
| Hex | ED | FE | 1A | 7 | 0 | 5A | 0 | 40 | 63 | 37 |
| Octal | 355 | 376 | 32 | 7 | 0 | 132 | 0 | 100 | 143 | 67 |
| Binary | 11101101 | 11111110 | 11010 | 111 | 0 | 1011010 | 0 | 1000000 | 1100011 | 110111 |
Color Harmonies of #EDFE1A
Complementary color
Monochromatic Colors of #EDFE1A
Black with #EDFE1A
Text Example
Text Example
White with #EDFE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFE1A; }
p { color: rgb(237,254,26); }
H1.HeaderClassName
{
color: #EDFE1A;
}
.AnyTagClassName
{
color: #EDFE1A;
}
</style>
background-color css
<style>
a { background-color: #EDFE1A; }
a { background-color: rgb(237,254,26); }
div.DivClassName
{
background-color: #EDFE1A;
}
.BgClassName
{
background-color: #EDFE1A;
}
</style>
border-color css
<style>
span { border-color: #EDFE1A; }
span { border-color: rgb(237,254,26); }
td.TdClassName
{
border-color: #EDFE1A;
}
.TagClassName
{
border-color: #EDFE1A;
}
</style>