Shades of Chartreuse Yellow #EDFF1D
Tints of Chartreuse Yellow #EDFF1D
RGB
CMYK
RGB Variations
Color information
#EDFF1D (or 0xEDFF1D) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 1D. RGB value is (237,255,29). Sum of RGB (Red+Green+Blue) = 237+255+29=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 29 (11.72% from 255 or 5.57% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF1D is #1200E2. Grayscale: #E0E0E0. Windows color (decimal): -1179875 or 1966061. OLE color: 1966061.
HSL color Cylindrical-coordinate representation of color #EDFF1D: hue angle of 64.78º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDFF1D is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 29 | - |
| CMYK | 0.07 | 0 | 0.89 | 0 |
| HSL | 64.78º | 1% | 0.56% | - |
| HSV(B) | 64.78º | 0.89% | 1% | - |
| XYZ | 70.91 | 89.61 | 14.72 | - |
| YUV | 223.85 | 18.04 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 29 | 0.07 | 0 | 0.89 | 0 | 64.78 | 1 | 0.56 |
| Hex | ED | FF | 1D | 7 | 0 | 59 | 0 | 41 | 64 | 38 |
| Octal | 355 | 377 | 35 | 7 | 0 | 131 | 0 | 101 | 144 | 70 |
| Binary | 11101101 | 11111111 | 11101 | 111 | 0 | 1011001 | 0 | 1000001 | 1100100 | 111000 |
Color Harmonies of #EDFF1D
Complementary color
Monochromatic Colors of #EDFF1D
Black with #EDFF1D
Text Example
Text Example
White with #EDFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFF1D; }
p { color: rgb(237,255,29); }
H1.HeaderClassName
{
color: #EDFF1D;
}
.AnyTagClassName
{
color: #EDFF1D;
}
</style>
background-color css
<style>
a { background-color: #EDFF1D; }
a { background-color: rgb(237,255,29); }
div.DivClassName
{
background-color: #EDFF1D;
}
.BgClassName
{
background-color: #EDFF1D;
}
</style>
border-color css
<style>
span { border-color: #EDFF1D; }
span { border-color: rgb(237,255,29); }
td.TdClassName
{
border-color: #EDFF1D;
}
.TagClassName
{
border-color: #EDFF1D;
}
</style>