Shades of Chartreuse #7EFF1C
Tints of Chartreuse #7EFF1C
RGB
CMYK
RGB Variations
Color information
#7EFF1C (or 0x7EFF1C) is known color: Chartreuse. HEX triplet: 7E, FF and 1C. RGB value is (126,255,28). Sum of RGB (Red+Green+Blue) = 126+255+28=409 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.81% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7EFF1C is #8100E3. Grayscale: #BFBFBF. Windows color (decimal): -8454372 or 1900414. OLE color: 1900414.
HSL color Cylindrical-coordinate representation of color #7EFF1C: hue angle of 94.1º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7EFF1C is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 28 | - |
| CMYK | 0.51 | 0 | 0.89 | 0 |
| HSL | 94.1º | 1% | 0.55% | - |
| HSV(B) | 94.1º | 0.89% | 1% | - |
| XYZ | 44.57 | 76.04 | 13.43 | - |
| YUV | 190.55 | 36.26 | 81.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 28 | 0.51 | 0 | 0.89 | 0 | 94.1 | 1 | 0.55 |
| Hex | 7E | FF | 1C | 33 | 0 | 59 | 0 | 5E | 64 | 37 |
| Octal | 176 | 377 | 34 | 63 | 0 | 131 | 0 | 136 | 144 | 67 |
| Binary | 1111110 | 11111111 | 11100 | 110011 | 0 | 1011001 | 0 | 1011110 | 1100100 | 110111 |
Color Harmonies of #7EFF1C
Complementary color
Monochromatic Colors of #7EFF1C
Black with #7EFF1C
Text Example
Text Example
White with #7EFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF1C; }
p { color: rgb(126,255,28); }
H1.HeaderClassName
{
color: #7EFF1C;
}
.AnyTagClassName
{
color: #7EFF1C;
}
</style>
background-color css
<style>
a { background-color: #7EFF1C; }
a { background-color: rgb(126,255,28); }
div.DivClassName
{
background-color: #7EFF1C;
}
.BgClassName
{
background-color: #7EFF1C;
}
</style>
border-color css
<style>
span { border-color: #7EFF1C; }
span { border-color: rgb(126,255,28); }
td.TdClassName
{
border-color: #7EFF1C;
}
.TagClassName
{
border-color: #7EFF1C;
}
</style>