Shades of Light Green #77F095
Tints of Light Green #77F095
RGB
CMYK
RGB Variations
Color information
#77F095 (or 0x77F095) is known color: Light Green. HEX triplet: 77, F0 and 95. RGB value is (119,240,149). Sum of RGB (Red+Green+Blue) = 119+240+149=508 (67% of max value = 765). Red value is 119 (46.88% from 255 or 23.43% from 508); Green value is 240 (94.14% from 255 or 47.24% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 240 - color contains mainly: green. Hex color #77F095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F095 is #880F6A. Grayscale: #C1C1C1. Windows color (decimal): -8916843 or 9826423. OLE color: 9826423.
HSL color Cylindrical-coordinate representation of color #77F095: hue angle of 134.88º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #77F095 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 240 | 149 | - |
| CMYK | 0.50 | 0 | 0.38 | 0.06 |
| HSL | 134.88º | 0.8% | 0.7% | - |
| HSV(B) | 134.88º | 0.5% | 0.94% | - |
| XYZ | 44.19 | 68.41 | 39.31 | - |
| YUV | 193.45 | 102.91 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 149 | 0.50 | 0 | 0.38 | 0.06 | 134.88 | 0.8 | 0.7 |
| Hex | 77 | F0 | 95 | 32 | 0 | 26 | 6 | 87 | 50 | 46 |
| Octal | 167 | 360 | 225 | 62 | 0 | 46 | 6 | 207 | 120 | 106 |
| Binary | 1110111 | 11110000 | 10010101 | 110010 | 0 | 100110 | 110 | 10000111 | 1010000 | 1000110 |
Color Harmonies of #77F095
Complementary color
Monochromatic Colors of #77F095
Black with #77F095
Text Example
Text Example
White with #77F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F095; }
p { color: rgb(119,240,149); }
H1.HeaderClassName
{
color: #77F095;
}
.AnyTagClassName
{
color: #77F095;
}
</style>
background-color css
<style>
a { background-color: #77F095; }
a { background-color: rgb(119,240,149); }
div.DivClassName
{
background-color: #77F095;
}
.BgClassName
{
background-color: #77F095;
}
</style>
border-color css
<style>
span { border-color: #77F095; }
span { border-color: rgb(119,240,149); }
td.TdClassName
{
border-color: #77F095;
}
.TagClassName
{
border-color: #77F095;
}
</style>