Shades of Pastel Green #77F680
Tints of Pastel Green #77F680
RGB
CMYK
RGB Variations
Color information
#77F680 (or 0x77F680) is known color: Pastel Green. HEX triplet: 77, F6 and 80. RGB value is (119,246,128). Sum of RGB (Red+Green+Blue) = 119+246+128=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 246 (96.48% from 255 or 49.90% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 246 - color contains mainly: green. Hex color #77F680 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F680 is #88097F. Grayscale: #C2C2C2. Windows color (decimal): -8915328 or 8451703. OLE color: 8451703.
HSL color Cylindrical-coordinate representation of color #77F680: hue angle of 124.25º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77F680 is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 246 | 128 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.04 |
| HSL | 124.25º | 0.88% | 0.72% | - |
| HSV(B) | 124.25º | 0.52% | 0.96% | - |
| XYZ | 44.46 | 71.39 | 31.86 | - |
| YUV | 194.58 | 90.42 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 246 | 128 | 0.52 | 0 | 0.48 | 0.04 | 124.25 | 0.88 | 0.72 |
| Hex | 77 | F6 | 80 | 34 | 0 | 30 | 4 | 7C | 58 | 48 |
| Octal | 167 | 366 | 200 | 64 | 0 | 60 | 4 | 174 | 130 | 110 |
| Binary | 1110111 | 11110110 | 10000000 | 110100 | 0 | 110000 | 100 | 1111100 | 1011000 | 1001000 |
Color Harmonies of #77F680
Complementary color
Monochromatic Colors of #77F680
Black with #77F680
Text Example
Text Example
White with #77F680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F680; }
p { color: rgb(119,246,128); }
H1.HeaderClassName
{
color: #77F680;
}
.AnyTagClassName
{
color: #77F680;
}
</style>
background-color css
<style>
a { background-color: #77F680; }
a { background-color: rgb(119,246,128); }
div.DivClassName
{
background-color: #77F680;
}
.BgClassName
{
background-color: #77F680;
}
</style>
border-color css
<style>
span { border-color: #77F680; }
span { border-color: rgb(119,246,128); }
td.TdClassName
{
border-color: #77F680;
}
.TagClassName
{
border-color: #77F680;
}
</style>