Shades of Light Green #76FA85
Tints of Light Green #76FA85
RGB
CMYK
RGB Variations
Color information
#76FA85 (or 0x76FA85) is known color: Light Green. HEX triplet: 76, FA and 85. RGB value is (118,250,133). Sum of RGB (Red+Green+Blue) = 118+250+133=501 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.55% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #76FA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FA85 is #89057A. Grayscale: #C5C5C5. Windows color (decimal): -8979835 or 8780406. OLE color: 8780406.
HSL color Cylindrical-coordinate representation of color #76FA85: hue angle of 126.82º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FA85 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 250 | 133 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.02 |
| HSL | 126.82º | 0.93% | 0.72% | - |
| HSV(B) | 126.82º | 0.53% | 0.98% | - |
| XYZ | 45.89 | 73.92 | 34.04 | - |
| YUV | 197.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 250 | 133 | 0.53 | 0 | 0.47 | 0.02 | 126.82 | 0.93 | 0.72 |
| Hex | 76 | FA | 85 | 35 | 0 | 2F | 2 | 7F | 5D | 48 |
| Octal | 166 | 372 | 205 | 65 | 0 | 57 | 2 | 177 | 135 | 110 |
| Binary | 1110110 | 11111010 | 10000101 | 110101 | 0 | 101111 | 10 | 1111111 | 1011101 | 1001000 |
Color Harmonies of #76FA85
Complementary color
Monochromatic Colors of #76FA85
Black with #76FA85
Text Example
Text Example
White with #76FA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FA85; }
p { color: rgb(118,250,133); }
H1.HeaderClassName
{
color: #76FA85;
}
.AnyTagClassName
{
color: #76FA85;
}
</style>
background-color css
<style>
a { background-color: #76FA85; }
a { background-color: rgb(118,250,133); }
div.DivClassName
{
background-color: #76FA85;
}
.BgClassName
{
background-color: #76FA85;
}
</style>
border-color css
<style>
span { border-color: #76FA85; }
span { border-color: rgb(118,250,133); }
td.TdClassName
{
border-color: #76FA85;
}
.TagClassName
{
border-color: #76FA85;
}
</style>