Shades of Light Green #76F18D
Tints of Light Green #76F18D
RGB
CMYK
RGB Variations
Color information
#76F18D (or 0x76F18D) is known color: Light Green. HEX triplet: 76, F1 and 8D. RGB value is (118,241,141). Sum of RGB (Red+Green+Blue) = 118+241+141=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 241 (94.53% from 255 or 48.2% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 241 - color contains mainly: green. Hex color #76F18D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F18D is #890E72. Grayscale: #C1C1C1. Windows color (decimal): -8982131 or 9302390. OLE color: 9302390.
HSL color Cylindrical-coordinate representation of color #76F18D: hue angle of 131.22º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76F18D is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 141 | - |
| CMYK | 0.51 | 0 | 0.41 | 0.05 |
| HSL | 131.22º | 0.81% | 0.7% | - |
| HSV(B) | 131.22º | 0.51% | 0.95% | - |
| XYZ | 43.73 | 68.69 | 36.15 | - |
| YUV | 192.82 | 98.75 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 141 | 0.51 | 0 | 0.41 | 0.05 | 131.22 | 0.81 | 0.7 |
| Hex | 76 | F1 | 8D | 33 | 0 | 29 | 5 | 83 | 51 | 46 |
| Octal | 166 | 361 | 215 | 63 | 0 | 51 | 5 | 203 | 121 | 106 |
| Binary | 1110110 | 11110001 | 10001101 | 110011 | 0 | 101001 | 101 | 10000011 | 1010001 | 1000110 |
Color Harmonies of #76F18D
Complementary color
Monochromatic Colors of #76F18D
Black with #76F18D
Text Example
Text Example
White with #76F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F18D; }
p { color: rgb(118,241,141); }
H1.HeaderClassName
{
color: #76F18D;
}
.AnyTagClassName
{
color: #76F18D;
}
</style>
background-color css
<style>
a { background-color: #76F18D; }
a { background-color: rgb(118,241,141); }
div.DivClassName
{
background-color: #76F18D;
}
.BgClassName
{
background-color: #76F18D;
}
</style>
border-color css
<style>
span { border-color: #76F18D; }
span { border-color: rgb(118,241,141); }
td.TdClassName
{
border-color: #76F18D;
}
.TagClassName
{
border-color: #76F18D;
}
</style>