Shades of Chartreuse #7FFF12
Tints of Chartreuse #7FFF12
RGB
CMYK
RGB Variations
Color information
#7FFF12 (or 0x7FFF12) is known color: Chartreuse. HEX triplet: 7F, FF and 12. RGB value is (127,255,18). Sum of RGB (Red+Green+Blue) = 127+255+18=400 (52% of max value = 765). Red value is 127 (50% from 255 or 31.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFF12 is #8000ED. Grayscale: #BEBEBE. Windows color (decimal): -8388846 or 1245055. OLE color: 1245055.
HSL color Cylindrical-coordinate representation of color #7FFF12: hue angle of 92.41º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7FFF12 is Cyan = 0.50, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 18 | - |
| CMYK | 0.50 | 0 | 0.93 | 0 |
| HSL | 92.41º | 1% | 0.54% | - |
| HSV(B) | 92.41º | 0.93% | 1% | - |
| XYZ | 44.62 | 76.08 | 12.9 | - |
| YUV | 189.71 | 31.09 | 83.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 18 | 0.50 | 0 | 0.93 | 0 | 92.41 | 1 | 0.54 |
| Hex | 7F | FF | 12 | 32 | 0 | 5D | 0 | 5C | 64 | 36 |
| Octal | 177 | 377 | 22 | 62 | 0 | 135 | 0 | 134 | 144 | 66 |
| Binary | 1111111 | 11111111 | 10010 | 110010 | 0 | 1011101 | 0 | 1011100 | 1100100 | 110110 |
Color Harmonies of #7FFF12
Complementary color
Monochromatic Colors of #7FFF12
Black with #7FFF12
Text Example
Text Example
White with #7FFF12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF12; }
p { color: rgb(127,255,18); }
H1.HeaderClassName
{
color: #7FFF12;
}
.AnyTagClassName
{
color: #7FFF12;
}
</style>
background-color css
<style>
a { background-color: #7FFF12; }
a { background-color: rgb(127,255,18); }
div.DivClassName
{
background-color: #7FFF12;
}
.BgClassName
{
background-color: #7FFF12;
}
</style>
border-color css
<style>
span { border-color: #7FFF12; }
span { border-color: rgb(127,255,18); }
td.TdClassName
{
border-color: #7FFF12;
}
.TagClassName
{
border-color: #7FFF12;
}
</style>