Shades of Pastel Green #76D277
Tints of Pastel Green #76D277
RGB
CMYK
RGB Variations
Color information
#76D277 (or 0x76D277) is known color: Pastel Green. HEX triplet: 76, D2 and 77. RGB value is (118,210,119). Sum of RGB (Red+Green+Blue) = 118+210+119=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #76D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D277 is #892D88. Grayscale: #ACACAC. Windows color (decimal): -8990089 or 7852662. OLE color: 7852662.
HSL color Cylindrical-coordinate representation of color #76D277: hue angle of 120.65º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76D277 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 119 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.18 |
| HSL | 120.65º | 0.51% | 0.64% | - |
| HSV(B) | 120.65º | 0.44% | 0.82% | - |
| XYZ | 33.85 | 51.28 | 25.57 | - |
| YUV | 172.12 | 98.02 | 89.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 119 | 0.44 | 0 | 0.43 | 0.18 | 120.65 | 0.51 | 0.64 |
| Hex | 76 | D2 | 77 | 2C | 0 | 2B | 12 | 79 | 33 | 40 |
| Octal | 166 | 322 | 167 | 54 | 0 | 53 | 22 | 171 | 63 | 100 |
| Binary | 1110110 | 11010010 | 1110111 | 101100 | 0 | 101011 | 10010 | 1111001 | 110011 | 1000000 |
Color Harmonies of #76D277
Complementary color
Monochromatic Colors of #76D277
Black with #76D277
Text Example
Text Example
White with #76D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D277; }
p { color: rgb(118,210,119); }
H1.HeaderClassName
{
color: #76D277;
}
.AnyTagClassName
{
color: #76D277;
}
</style>
background-color css
<style>
a { background-color: #76D277; }
a { background-color: rgb(118,210,119); }
div.DivClassName
{
background-color: #76D277;
}
.BgClassName
{
background-color: #76D277;
}
</style>
border-color css
<style>
span { border-color: #76D277; }
span { border-color: rgb(118,210,119); }
td.TdClassName
{
border-color: #76D277;
}
.TagClassName
{
border-color: #76D277;
}
</style>