Shades of Light Green #7FFF93
Tints of Light Green #7FFF93
RGB
CMYK
RGB Variations
Color information
#7FFF93 (or 0x7FFF93) is known color: Light Green. HEX triplet: 7F, FF and 93. RGB value is (127,255,147). Sum of RGB (Red+Green+Blue) = 127+255+147=529 (70% of max value = 765). Red value is 127 (50% from 255 or 24.01% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 147 (57.81% from 255 or 27.79% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7FFF93 is #80006C. Grayscale: #CCCCCC. Windows color (decimal): -8388717 or 9699199. OLE color: 9699199.
HSL color Cylindrical-coordinate representation of color #7FFF93: hue angle of 129.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FFF93 is Cyan = 0.50, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 147 | - |
| CMYK | 0.50 | 0 | 0.42 | 0 |
| HSL | 129.38º | 1% | 0.75% | - |
| HSV(B) | 129.38º | 0.5% | 1% | - |
| XYZ | 49.78 | 78.14 | 40.06 | - |
| YUV | 204.42 | 95.59 | 72.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 147 | 0.50 | 0 | 0.42 | 0 | 129.38 | 1 | 0.75 |
| Hex | 7F | FF | 93 | 32 | 0 | 2A | 0 | 81 | 64 | 4B |
| Octal | 177 | 377 | 223 | 62 | 0 | 52 | 0 | 201 | 144 | 113 |
| Binary | 1111111 | 11111111 | 10010011 | 110010 | 0 | 101010 | 0 | 10000001 | 1100100 | 1001011 |
Color Harmonies of #7FFF93
Complementary color
Monochromatic Colors of #7FFF93
Black with #7FFF93
Text Example
Text Example
White with #7FFF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF93; }
p { color: rgb(127,255,147); }
H1.HeaderClassName
{
color: #7FFF93;
}
.AnyTagClassName
{
color: #7FFF93;
}
</style>
background-color css
<style>
a { background-color: #7FFF93; }
a { background-color: rgb(127,255,147); }
div.DivClassName
{
background-color: #7FFF93;
}
.BgClassName
{
background-color: #7FFF93;
}
</style>
border-color css
<style>
span { border-color: #7FFF93; }
span { border-color: rgb(127,255,147); }
td.TdClassName
{
border-color: #7FFF93;
}
.TagClassName
{
border-color: #7FFF93;
}
</style>