Shades of Light Green #77FAA2
Tints of Light Green #77FAA2
RGB
CMYK
RGB Variations
Color information
#77FAA2 (or 0x77FAA2) is known color: Light Green. HEX triplet: 77, FA and A2. RGB value is (119,250,162). Sum of RGB (Red+Green+Blue) = 119+250+162=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 162 (63.67% from 255 or 30.51% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #77FAA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77FAA2 is #88055D. Grayscale: #C9C9C9. Windows color (decimal): -8914270 or 10680951. OLE color: 10680951.
HSL color Cylindrical-coordinate representation of color #77FAA2: hue angle of 139.69º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FAA2 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 250 | 162 | - |
| CMYK | 0.52 | 0 | 0.35 | 0.02 |
| HSL | 139.69º | 0.93% | 0.72% | - |
| HSV(B) | 139.69º | 0.52% | 0.98% | - |
| XYZ | 48.31 | 74.9 | 46.09 | - |
| YUV | 200.8 | 106.1 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 250 | 162 | 0.52 | 0 | 0.35 | 0.02 | 139.69 | 0.93 | 0.72 |
| Hex | 77 | FA | A2 | 34 | 0 | 23 | 2 | 8C | 5D | 48 |
| Octal | 167 | 372 | 242 | 64 | 0 | 43 | 2 | 214 | 135 | 110 |
| Binary | 1110111 | 11111010 | 10100010 | 110100 | 0 | 100011 | 10 | 10001100 | 1011101 | 1001000 |
Color Harmonies of #77FAA2
Complementary color
Monochromatic Colors of #77FAA2
Black with #77FAA2
Text Example
Text Example
White with #77FAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77FAA2; }
p { color: rgb(119,250,162); }
H1.HeaderClassName
{
color: #77FAA2;
}
.AnyTagClassName
{
color: #77FAA2;
}
</style>
background-color css
<style>
a { background-color: #77FAA2; }
a { background-color: rgb(119,250,162); }
div.DivClassName
{
background-color: #77FAA2;
}
.BgClassName
{
background-color: #77FAA2;
}
</style>
border-color css
<style>
span { border-color: #77FAA2; }
span { border-color: rgb(119,250,162); }
td.TdClassName
{
border-color: #77FAA2;
}
.TagClassName
{
border-color: #77FAA2;
}
</style>