Shades of Chartreuse #7EFF0B
Tints of Chartreuse #7EFF0B
RGB
CMYK
RGB Variations
Color information
#7EFF0B (or 0x7EFF0B) is known color: Chartreuse. HEX triplet: 7E, FF and 0B. RGB value is (126,255,11). Sum of RGB (Red+Green+Blue) = 126+255+11=392 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.14% from 392); Green value is 255 (100% from 255 or 65.05% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 255 - color contains mainly: green. Hex color #7EFF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7EFF0B is #8100F4. Grayscale: #BDBDBD. Windows color (decimal): -8454389 or 786302. OLE color: 786302.
HSL color Cylindrical-coordinate representation of color #7EFF0B: hue angle of 91.72º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EFF0B is Cyan = 0.51, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 126 | 255 | 11 | - |
| CMYK | 0.51 | 0 | 0.96 | 0 |
| HSL | 91.72º | 1% | 0.52% | - |
| HSV(B) | 91.72º | 0.96% | 1% | - |
| XYZ | 44.42 | 75.98 | 12.64 | - |
| YUV | 188.61 | 27.76 | 83.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 255 | 11 | 0.51 | 0 | 0.96 | 0 | 91.72 | 1 | 0.52 |
| Hex | 7E | FF | B | 33 | 0 | 60 | 0 | 5C | 64 | 34 |
| Octal | 176 | 377 | 13 | 63 | 0 | 140 | 0 | 134 | 144 | 64 |
| Binary | 1111110 | 11111111 | 1011 | 110011 | 0 | 1100000 | 0 | 1011100 | 1100100 | 110100 |
Color Harmonies of #7EFF0B
Complementary color
Monochromatic Colors of #7EFF0B
Black with #7EFF0B
Text Example
Text Example
White with #7EFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EFF0B; }
p { color: rgb(126,255,11); }
H1.HeaderClassName
{
color: #7EFF0B;
}
.AnyTagClassName
{
color: #7EFF0B;
}
</style>
background-color css
<style>
a { background-color: #7EFF0B; }
a { background-color: rgb(126,255,11); }
div.DivClassName
{
background-color: #7EFF0B;
}
.BgClassName
{
background-color: #7EFF0B;
}
</style>
border-color css
<style>
span { border-color: #7EFF0B; }
span { border-color: rgb(126,255,11); }
td.TdClassName
{
border-color: #7EFF0B;
}
.TagClassName
{
border-color: #7EFF0B;
}
</style>