Shades of Pastel Green #77F682
Tints of Pastel Green #77F682
RGB
CMYK
RGB Variations
Color information
#77F682 (or 0x77F682) is known color: Pastel Green. HEX triplet: 77, F6 and 82. RGB value is (119,246,130). Sum of RGB (Red+Green+Blue) = 119+246+130=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #77F682 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F682 is #88097D. Grayscale: #C3C3C3. Windows color (decimal): -8915326 or 8582775. OLE color: 8582775.
HSL color Cylindrical-coordinate representation of color #77F682: hue angle of 125.2º 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 #77F682 is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 119 | 246 | 130 | - |
| CMYK | 0.52 | 0 | 0.47 | 0.04 |
| HSL | 125.2º | 0.88% | 0.72% | - |
| HSV(B) | 125.2º | 0.52% | 0.96% | - |
| XYZ | 44.59 | 71.45 | 32.56 | - |
| YUV | 194.8 | 91.42 | 73.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 246 | 130 | 0.52 | 0 | 0.47 | 0.04 | 125.2 | 0.88 | 0.72 |
| Hex | 77 | F6 | 82 | 34 | 0 | 2F | 4 | 7D | 58 | 48 |
| Octal | 167 | 366 | 202 | 64 | 0 | 57 | 4 | 175 | 130 | 110 |
| Binary | 1110111 | 11110110 | 10000010 | 110100 | 0 | 101111 | 100 | 1111101 | 1011000 | 1001000 |
Color Harmonies of #77F682
Complementary color
Monochromatic Colors of #77F682
Black with #77F682
Text Example
Text Example
White with #77F682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77F682; }
p { color: rgb(119,246,130); }
H1.HeaderClassName
{
color: #77F682;
}
.AnyTagClassName
{
color: #77F682;
}
</style>
background-color css
<style>
a { background-color: #77F682; }
a { background-color: rgb(119,246,130); }
div.DivClassName
{
background-color: #77F682;
}
.BgClassName
{
background-color: #77F682;
}
</style>
border-color css
<style>
span { border-color: #77F682; }
span { border-color: rgb(119,246,130); }
td.TdClassName
{
border-color: #77F682;
}
.TagClassName
{
border-color: #77F682;
}
</style>