Shades of Chartreuse #7EFF05
Tints of Chartreuse #7EFF05
RGB
CMYK
RGB Variations
Color information
#7EFF05 (or 0x7EFF05) is known color: Chartreuse. HEX triplet: 7E, FF and 05. RGB value is (126,255,5). Sum of RGB (Red+Green+Blue) = 126+255+5=386 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.64% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFF05 is #8100FA. Grayscale: #BCBCBC. Windows color (decimal): -8454395 or 393086. OLE color: 393086.
HSL color Cylindrical-coordinate representation of color #7EFF05: hue angle of 90.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EFF05 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 5 | - |
| CMYK | 0.51 | 0 | 0.98 | 0 |
| HSL | 90.96º | 1% | 0.51% | - |
| HSV(B) | 90.96º | 0.98% | 1% | - |
| XYZ | 44.39 | 75.97 | 12.47 | - |
| YUV | 187.93 | 24.76 | 83.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 5 | 0.51 | 0 | 0.98 | 0 | 90.96 | 1 | 0.51 |
| Hex | 7E | FF | 5 | 33 | 0 | 62 | 0 | 5B | 64 | 33 |
| Octal | 176 | 377 | 5 | 63 | 0 | 142 | 0 | 133 | 144 | 63 |
| Binary | 1111110 | 11111111 | 101 | 110011 | 0 | 1100010 | 0 | 1011011 | 1100100 | 110011 |
Color Harmonies of #7EFF05
Complementary color
Monochromatic Colors of #7EFF05
Black with #7EFF05
Text Example
Text Example
White with #7EFF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF05; }
p { color: rgb(126,255,5); }
H1.HeaderClassName
{
color: #7EFF05;
}
.AnyTagClassName
{
color: #7EFF05;
}
</style>
background-color css
<style>
a { background-color: #7EFF05; }
a { background-color: rgb(126,255,5); }
div.DivClassName
{
background-color: #7EFF05;
}
.BgClassName
{
background-color: #7EFF05;
}
</style>
border-color css
<style>
span { border-color: #7EFF05; }
span { border-color: rgb(126,255,5); }
td.TdClassName
{
border-color: #7EFF05;
}
.TagClassName
{
border-color: #7EFF05;
}
</style>