Shades of Pastel Green #76D165
Tints of Pastel Green #76D165
RGB
CMYK
RGB Variations
Color information
#76D165 (or 0x76D165) is known color: Pastel Green. HEX triplet: 76, D1 and 65. RGB value is (118,209,101). Sum of RGB (Red+Green+Blue) = 118+209+101=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #76D165 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D165 is #892E9A. Grayscale: #A9A9A9. Windows color (decimal): -8990363 or 6672758. OLE color: 6672758.
HSL color Cylindrical-coordinate representation of color #76D165: hue angle of 110.56º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76D165 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 209 | 101 | - |
| CMYK | 0.44 | 0 | 0.52 | 0.18 |
| HSL | 110.56º | 0.54% | 0.61% | - |
| HSV(B) | 110.56º | 0.52% | 0.82% | - |
| XYZ | 32.62 | 50.39 | 20.32 | - |
| YUV | 169.48 | 89.35 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 209 | 101 | 0.44 | 0 | 0.52 | 0.18 | 110.56 | 0.54 | 0.61 |
| Hex | 76 | D1 | 65 | 2C | 0 | 34 | 12 | 6F | 36 | 3D |
| Octal | 166 | 321 | 145 | 54 | 0 | 64 | 22 | 157 | 66 | 75 |
| Binary | 1110110 | 11010001 | 1100101 | 101100 | 0 | 110100 | 10010 | 1101111 | 110110 | 111101 |
Color Harmonies of #76D165
Complementary color
Monochromatic Colors of #76D165
Black with #76D165
Text Example
Text Example
White with #76D165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D165; }
p { color: rgb(118,209,101); }
H1.HeaderClassName
{
color: #76D165;
}
.AnyTagClassName
{
color: #76D165;
}
</style>
background-color css
<style>
a { background-color: #76D165; }
a { background-color: rgb(118,209,101); }
div.DivClassName
{
background-color: #76D165;
}
.BgClassName
{
background-color: #76D165;
}
</style>
border-color css
<style>
span { border-color: #76D165; }
span { border-color: rgb(118,209,101); }
td.TdClassName
{
border-color: #76D165;
}
.TagClassName
{
border-color: #76D165;
}
</style>