Shades of Pastel Green #77F06C
Tints of Pastel Green #77F06C
RGB
CMYK
RGB Variations
Color information
#77F06C (or 0x77F06C) is known color: Pastel Green. HEX triplet: 77, F0 and 6C. RGB value is (119,240,108). Sum of RGB (Red+Green+Blue) = 119+240+108=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #77F06C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #77F06C is #880F93. Grayscale: #BDBDBD. Windows color (decimal): -8916884 or 7139447. OLE color: 7139447.
HSL color Cylindrical-coordinate representation of color #77F06C: hue angle of 115º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #77F06C is Cyan = 0.50, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 240 | 108 | - |
| CMYK | 0.50 | 0 | 0.55 | 0.06 |
| HSL | 115º | 0.81% | 0.68% | - |
| HSV(B) | 115º | 0.55% | 0.94% | - |
| XYZ | 41.47 | 67.32 | 25 | - |
| YUV | 188.77 | 82.41 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 240 | 108 | 0.50 | 0 | 0.55 | 0.06 | 115 | 0.81 | 0.68 |
| Hex | 77 | F0 | 6C | 32 | 0 | 37 | 6 | 73 | 51 | 44 |
| Octal | 167 | 360 | 154 | 62 | 0 | 67 | 6 | 163 | 121 | 104 |
| Binary | 1110111 | 11110000 | 1101100 | 110010 | 0 | 110111 | 110 | 1110011 | 1010001 | 1000100 |
Color Harmonies of #77F06C
Complementary color
Monochromatic Colors of #77F06C
Black with #77F06C
Text Example
Text Example
White with #77F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F06C; }
p { color: rgb(119,240,108); }
H1.HeaderClassName
{
color: #77F06C;
}
.AnyTagClassName
{
color: #77F06C;
}
</style>
background-color css
<style>
a { background-color: #77F06C; }
a { background-color: rgb(119,240,108); }
div.DivClassName
{
background-color: #77F06C;
}
.BgClassName
{
background-color: #77F06C;
}
</style>
border-color css
<style>
span { border-color: #77F06C; }
span { border-color: rgb(119,240,108); }
td.TdClassName
{
border-color: #77F06C;
}
.TagClassName
{
border-color: #77F06C;
}
</style>