Shades of Pastel Green #76D665
Tints of Pastel Green #76D665
RGB
CMYK
RGB Variations
Color information
#76D665 (or 0x76D665) is known color: Pastel Green. HEX triplet: 76, D6 and 65. RGB value is (118,214,101). Sum of RGB (Red+Green+Blue) = 118+214+101=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #76D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D665 is #89299A. Grayscale: #ACACAC. Windows color (decimal): -8989083 or 6674038. OLE color: 6674038.
HSL color Cylindrical-coordinate representation of color #76D665: hue angle of 110.97º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D665 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 214 | 101 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.16 |
| HSL | 110.97º | 0.58% | 0.62% | - |
| HSV(B) | 110.97º | 0.53% | 0.84% | - |
| XYZ | 33.87 | 52.88 | 20.73 | - |
| YUV | 172.41 | 87.7 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 101 | 0.45 | 0 | 0.53 | 0.16 | 110.97 | 0.58 | 0.62 |
| Hex | 76 | D6 | 65 | 2D | 0 | 35 | 10 | 6F | 3A | 3E |
| Octal | 166 | 326 | 145 | 55 | 0 | 65 | 20 | 157 | 72 | 76 |
| Binary | 1110110 | 11010110 | 1100101 | 101101 | 0 | 110101 | 10000 | 1101111 | 111010 | 111110 |
Color Harmonies of #76D665
Complementary color
Monochromatic Colors of #76D665
Black with #76D665
Text Example
Text Example
White with #76D665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D665; }
p { color: rgb(118,214,101); }
H1.HeaderClassName
{
color: #76D665;
}
.AnyTagClassName
{
color: #76D665;
}
</style>
background-color css
<style>
a { background-color: #76D665; }
a { background-color: rgb(118,214,101); }
div.DivClassName
{
background-color: #76D665;
}
.BgClassName
{
background-color: #76D665;
}
</style>
border-color css
<style>
span { border-color: #76D665; }
span { border-color: rgb(118,214,101); }
td.TdClassName
{
border-color: #76D665;
}
.TagClassName
{
border-color: #76D665;
}
</style>