Shades of Light Green #76FBA4
Tints of Light Green #76FBA4
RGB
CMYK
RGB Variations
Color information
#76FBA4 (or 0x76FBA4) is known color: Light Green. HEX triplet: 76, FB and A4. RGB value is (118,251,164). Sum of RGB (Red+Green+Blue) = 118+251+164=533 (70% of max value = 765). Red value is 118 (46.48% from 255 or 22.14% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 164 (64.45% from 255 or 30.77% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #76FBA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FBA4 is #89045B. Grayscale: #C9C9C9. Windows color (decimal): -8979548 or 10812278. OLE color: 10812278.
HSL color Cylindrical-coordinate representation of color #76FBA4: hue angle of 140.75º degrees, saturation: 0.94, 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 #76FBA4 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 251 | 164 | - |
| CMYK | 0.53 | 0 | 0.35 | 0.02 |
| HSL | 140.75º | 0.94% | 0.72% | - |
| HSV(B) | 140.75º | 0.53% | 0.98% | - |
| XYZ | 48.67 | 75.53 | 47.13 | - |
| YUV | 201.32 | 106.94 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 251 | 164 | 0.53 | 0 | 0.35 | 0.02 | 140.75 | 0.94 | 0.72 |
| Hex | 76 | FB | A4 | 35 | 0 | 23 | 2 | 8D | 5E | 48 |
| Octal | 166 | 373 | 244 | 65 | 0 | 43 | 2 | 215 | 136 | 110 |
| Binary | 1110110 | 11111011 | 10100100 | 110101 | 0 | 100011 | 10 | 10001101 | 1011110 | 1001000 |
Color Harmonies of #76FBA4
Complementary color
Monochromatic Colors of #76FBA4
Black with #76FBA4
Text Example
Text Example
White with #76FBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76FBA4; }
p { color: rgb(118,251,164); }
H1.HeaderClassName
{
color: #76FBA4;
}
.AnyTagClassName
{
color: #76FBA4;
}
</style>
background-color css
<style>
a { background-color: #76FBA4; }
a { background-color: rgb(118,251,164); }
div.DivClassName
{
background-color: #76FBA4;
}
.BgClassName
{
background-color: #76FBA4;
}
</style>
border-color css
<style>
span { border-color: #76FBA4; }
span { border-color: rgb(118,251,164); }
td.TdClassName
{
border-color: #76FBA4;
}
.TagClassName
{
border-color: #76FBA4;
}
</style>