Shades of Chartreuse #7EFF1D
Tints of Chartreuse #7EFF1D
RGB
CMYK
RGB Variations
Color information
#7EFF1D (or 0x7EFF1D) is known color: Chartreuse. HEX triplet: 7E, FF and 1D. RGB value is (126,255,29). Sum of RGB (Red+Green+Blue) = 126+255+29=410 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.73% from 410); Green value is 255 (100% from 255 or 62.20% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF1D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF1D is #8100E2. Grayscale: #BFBFBF. Windows color (decimal): -8454371 or 1965950. OLE color: 1965950.
HSL color Cylindrical-coordinate representation of color #7EFF1D: hue angle of 94.25º 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 #7EFF1D is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 29 | - |
| CMYK | 0.51 | 0 | 0.89 | 0 |
| HSL | 94.25º | 1% | 0.56% | - |
| HSV(B) | 94.25º | 0.89% | 1% | - |
| XYZ | 44.59 | 76.04 | 13.49 | - |
| YUV | 190.67 | 36.76 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 29 | 0.51 | 0 | 0.89 | 0 | 94.25 | 1 | 0.56 |
| Hex | 7E | FF | 1D | 33 | 0 | 59 | 0 | 5E | 64 | 38 |
| Octal | 176 | 377 | 35 | 63 | 0 | 131 | 0 | 136 | 144 | 70 |
| Binary | 1111110 | 11111111 | 11101 | 110011 | 0 | 1011001 | 0 | 1011110 | 1100100 | 111000 |
Color Harmonies of #7EFF1D
Complementary color
Monochromatic Colors of #7EFF1D
Black with #7EFF1D
Text Example
Text Example
White with #7EFF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF1D; }
p { color: rgb(126,255,29); }
H1.HeaderClassName
{
color: #7EFF1D;
}
.AnyTagClassName
{
color: #7EFF1D;
}
</style>
background-color css
<style>
a { background-color: #7EFF1D; }
a { background-color: rgb(126,255,29); }
div.DivClassName
{
background-color: #7EFF1D;
}
.BgClassName
{
background-color: #7EFF1D;
}
</style>
border-color css
<style>
span { border-color: #7EFF1D; }
span { border-color: rgb(126,255,29); }
td.TdClassName
{
border-color: #7EFF1D;
}
.TagClassName
{
border-color: #7EFF1D;
}
</style>