Shades of Light Green #7CFC93
Tints of Light Green #7CFC93
RGB
CMYK
RGB Variations
Color information
#7CFC93 (or 0x7CFC93) is known color: Light Green. HEX triplet: 7C, FC and 93. RGB value is (124,252,147). Sum of RGB (Red+Green+Blue) = 124+252+147=523 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.71% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 147 (57.81% from 255 or 28.11% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #7CFC93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7CFC93 is #83036C. Grayscale: #CACACA. Windows color (decimal): -8586093 or 9698428. OLE color: 9698428.
HSL color Cylindrical-coordinate representation of color #7CFC93: hue angle of 130.78º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7CFC93 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 124 | 252 | 147 | - |
| CMYK | 0.51 | 0 | 0.42 | 0.01 |
| HSL | 130.78º | 0.96% | 0.74% | - |
| HSV(B) | 130.78º | 0.51% | 0.99% | - |
| XYZ | 48.39 | 76.01 | 39.73 | - |
| YUV | 201.76 | 97.09 | 72.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 252 | 147 | 0.51 | 0 | 0.42 | 0.01 | 130.78 | 0.96 | 0.74 |
| Hex | 7C | FC | 93 | 33 | 0 | 2A | 1 | 83 | 60 | 4A |
| Octal | 174 | 374 | 223 | 63 | 0 | 52 | 1 | 203 | 140 | 112 |
| Binary | 1111100 | 11111100 | 10010011 | 110011 | 0 | 101010 | 1 | 10000011 | 1100000 | 1001010 |
Color Harmonies of #7CFC93
Complementary color
Monochromatic Colors of #7CFC93
Black with #7CFC93
Text Example
Text Example
White with #7CFC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CFC93; }
p { color: rgb(124,252,147); }
H1.HeaderClassName
{
color: #7CFC93;
}
.AnyTagClassName
{
color: #7CFC93;
}
</style>
background-color css
<style>
a { background-color: #7CFC93; }
a { background-color: rgb(124,252,147); }
div.DivClassName
{
background-color: #7CFC93;
}
.BgClassName
{
background-color: #7CFC93;
}
</style>
border-color css
<style>
span { border-color: #7CFC93; }
span { border-color: rgb(124,252,147); }
td.TdClassName
{
border-color: #7CFC93;
}
.TagClassName
{
border-color: #7CFC93;
}
</style>