Shades of Light Green #77FBA0
Tints of Light Green #77FBA0
RGB
CMYK
RGB Variations
Color information
#77FBA0 (or 0x77FBA0) is known color: Light Green. HEX triplet: 77, FB and A0. RGB value is (119,251,160). Sum of RGB (Red+Green+Blue) = 119+251+160=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 251 (98.44% from 255 or 47.36% from 530); Blue value is 160 (62.89% from 255 or 30.19% from 530); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FBA0 is #88045F. Grayscale: #C9C9C9. Windows color (decimal): -8914016 or 10550135. OLE color: 10550135.
HSL color Cylindrical-coordinate representation of color #77FBA0: hue angle of 138.64º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBA0 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 251 | 160 | - |
| CMYK | 0.53 | 0 | 0.36 | 0.02 |
| HSL | 138.64º | 0.94% | 0.73% | - |
| HSV(B) | 138.64º | 0.53% | 0.98% | - |
| XYZ | 48.45 | 75.45 | 45.27 | - |
| YUV | 201.16 | 104.77 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 251 | 160 | 0.53 | 0 | 0.36 | 0.02 | 138.64 | 0.94 | 0.73 |
| Hex | 77 | FB | A0 | 35 | 0 | 24 | 2 | 8B | 5E | 49 |
| Octal | 167 | 373 | 240 | 65 | 0 | 44 | 2 | 213 | 136 | 111 |
| Binary | 1110111 | 11111011 | 10100000 | 110101 | 0 | 100100 | 10 | 10001011 | 1011110 | 1001001 |
Color Harmonies of #77FBA0
Complementary color
Monochromatic Colors of #77FBA0
Black with #77FBA0
Text Example
Text Example
White with #77FBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FBA0; }
p { color: rgb(119,251,160); }
H1.HeaderClassName
{
color: #77FBA0;
}
.AnyTagClassName
{
color: #77FBA0;
}
</style>
background-color css
<style>
a { background-color: #77FBA0; }
a { background-color: rgb(119,251,160); }
div.DivClassName
{
background-color: #77FBA0;
}
.BgClassName
{
background-color: #77FBA0;
}
</style>
border-color css
<style>
span { border-color: #77FBA0; }
span { border-color: rgb(119,251,160); }
td.TdClassName
{
border-color: #77FBA0;
}
.TagClassName
{
border-color: #77FBA0;
}
</style>