Shades of Pastel Green #76D370
Tints of Pastel Green #76D370
RGB
CMYK
RGB Variations
Color information
#76D370 (or 0x76D370) is known color: Pastel Green. HEX triplet: 76, D3 and 70. RGB value is (118,211,112). Sum of RGB (Red+Green+Blue) = 118+211+112=441 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.76% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #76D370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D370 is #892C8F. Grayscale: #ACACAC. Windows color (decimal): -8989840 or 7394166. OLE color: 7394166.
HSL color Cylindrical-coordinate representation of color #76D370: hue angle of 116.36º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D370 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 118 | 211 | 112 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.17 |
| HSL | 116.36º | 0.53% | 0.63% | - |
| HSV(B) | 116.36º | 0.47% | 0.83% | - |
| XYZ | 33.69 | 51.61 | 23.52 | - |
| YUV | 171.91 | 94.19 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 112 | 0.44 | 0 | 0.47 | 0.17 | 116.36 | 0.53 | 0.63 |
| Hex | 76 | D3 | 70 | 2C | 0 | 2F | 11 | 74 | 35 | 3F |
| Octal | 166 | 323 | 160 | 54 | 0 | 57 | 21 | 164 | 65 | 77 |
| Binary | 1110110 | 11010011 | 1110000 | 101100 | 0 | 101111 | 10001 | 1110100 | 110101 | 111111 |
Color Harmonies of #76D370
Complementary color
Monochromatic Colors of #76D370
Black with #76D370
Text Example
Text Example
White with #76D370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D370; }
p { color: rgb(118,211,112); }
H1.HeaderClassName
{
color: #76D370;
}
.AnyTagClassName
{
color: #76D370;
}
</style>
background-color css
<style>
a { background-color: #76D370; }
a { background-color: rgb(118,211,112); }
div.DivClassName
{
background-color: #76D370;
}
.BgClassName
{
background-color: #76D370;
}
</style>
border-color css
<style>
span { border-color: #76D370; }
span { border-color: rgb(118,211,112); }
td.TdClassName
{
border-color: #76D370;
}
.TagClassName
{
border-color: #76D370;
}
</style>