Shades of Pastel Green #76CC70
Tints of Pastel Green #76CC70
RGB
CMYK
RGB Variations
Color information
#76CC70 (or 0x76CC70) is known color: Pastel Green. HEX triplet: 76, CC and 70. RGB value is (118,204,112). Sum of RGB (Red+Green+Blue) = 118+204+112=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 112 (44.14% from 255 or 25.81% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #76CC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CC70 is #89338F. Grayscale: #A8A8A8. Windows color (decimal): -8991632 or 7392374. OLE color: 7392374.
HSL color Cylindrical-coordinate representation of color #76CC70: hue angle of 116.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #76CC70 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 204 | 112 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.2 |
| HSL | 116.09º | 0.47% | 0.62% | - |
| HSV(B) | 116.09º | 0.45% | 0.8% | - |
| XYZ | 31.99 | 48.21 | 22.95 | - |
| YUV | 167.8 | 96.51 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 112 | 0.42 | 0 | 0.45 | 0.2 | 116.09 | 0.47 | 0.62 |
| Hex | 76 | CC | 70 | 2A | 0 | 2D | 14 | 74 | 2F | 3E |
| Octal | 166 | 314 | 160 | 52 | 0 | 55 | 24 | 164 | 57 | 76 |
| Binary | 1110110 | 11001100 | 1110000 | 101010 | 0 | 101101 | 10100 | 1110100 | 101111 | 111110 |
Color Harmonies of #76CC70
Complementary color
Monochromatic Colors of #76CC70
Black with #76CC70
Text Example
Text Example
White with #76CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CC70; }
p { color: rgb(118,204,112); }
H1.HeaderClassName
{
color: #76CC70;
}
.AnyTagClassName
{
color: #76CC70;
}
</style>
background-color css
<style>
a { background-color: #76CC70; }
a { background-color: rgb(118,204,112); }
div.DivClassName
{
background-color: #76CC70;
}
.BgClassName
{
background-color: #76CC70;
}
</style>
border-color css
<style>
span { border-color: #76CC70; }
span { border-color: rgb(118,204,112); }
td.TdClassName
{
border-color: #76CC70;
}
.TagClassName
{
border-color: #76CC70;
}
</style>