Shades of Chartreuse #7FFF0C
Tints of Chartreuse #7FFF0C
RGB
CMYK
RGB Variations
Color information
#7FFF0C (or 0x7FFF0C) is known color: Chartreuse. HEX triplet: 7F, FF and 0C. RGB value is (127,255,12). Sum of RGB (Red+Green+Blue) = 127+255+12=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 255 (100% from 255 or 64.72% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF0C is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7FFF0C is #8000F3. Grayscale: #BDBDBD. Windows color (decimal): -8388852 or 851839. OLE color: 851839.
HSL color Cylindrical-coordinate representation of color #7FFF0C: hue angle of 91.6º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7FFF0C is Cyan = 0.50, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 12 | - |
| CMYK | 0.50 | 0 | 0.95 | 0 |
| HSL | 91.6º | 1% | 0.52% | - |
| HSV(B) | 91.6º | 0.95% | 1% | - |
| XYZ | 44.58 | 76.06 | 12.68 | - |
| YUV | 189.03 | 28.09 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 12 | 0.50 | 0 | 0.95 | 0 | 91.6 | 1 | 0.52 |
| Hex | 7F | FF | C | 32 | 0 | 5F | 0 | 5C | 64 | 34 |
| Octal | 177 | 377 | 14 | 62 | 0 | 137 | 0 | 134 | 144 | 64 |
| Binary | 1111111 | 11111111 | 1100 | 110010 | 0 | 1011111 | 0 | 1011100 | 1100100 | 110100 |
Color Harmonies of #7FFF0C
Complementary color
Monochromatic Colors of #7FFF0C
Black with #7FFF0C
Text Example
Text Example
White with #7FFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF0C; }
p { color: rgb(127,255,12); }
H1.HeaderClassName
{
color: #7FFF0C;
}
.AnyTagClassName
{
color: #7FFF0C;
}
</style>
background-color css
<style>
a { background-color: #7FFF0C; }
a { background-color: rgb(127,255,12); }
div.DivClassName
{
background-color: #7FFF0C;
}
.BgClassName
{
background-color: #7FFF0C;
}
</style>
border-color css
<style>
span { border-color: #7FFF0C; }
span { border-color: rgb(127,255,12); }
td.TdClassName
{
border-color: #7FFF0C;
}
.TagClassName
{
border-color: #7FFF0C;
}
</style>