Shades of Pastel Green #76D270
Tints of Pastel Green #76D270
RGB
CMYK
RGB Variations
Color information
#76D270 (or 0x76D270) is known color: Pastel Green. HEX triplet: 76, D2 and 70. RGB value is (118,210,112). Sum of RGB (Red+Green+Blue) = 118+210+112=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 210 (82.42% from 255 or 47.73% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 210 - color contains mainly: green. Hex color #76D270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76D270 is #892D8F. Grayscale: #ABABAB. Windows color (decimal): -8990096 or 7393910. OLE color: 7393910.
HSL color Cylindrical-coordinate representation of color #76D270: hue angle of 116.33º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76D270 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 112 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.18 |
| HSL | 116.33º | 0.52% | 0.63% | - |
| HSV(B) | 116.33º | 0.47% | 0.82% | - |
| XYZ | 33.44 | 51.11 | 23.43 | - |
| YUV | 171.32 | 94.52 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 112 | 0.44 | 0 | 0.47 | 0.18 | 116.33 | 0.52 | 0.63 |
| Hex | 76 | D2 | 70 | 2C | 0 | 2F | 12 | 74 | 34 | 3F |
| Octal | 166 | 322 | 160 | 54 | 0 | 57 | 22 | 164 | 64 | 77 |
| Binary | 1110110 | 11010010 | 1110000 | 101100 | 0 | 101111 | 10010 | 1110100 | 110100 | 111111 |
Color Harmonies of #76D270
Complementary color
Monochromatic Colors of #76D270
Black with #76D270
Text Example
Text Example
White with #76D270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D270; }
p { color: rgb(118,210,112); }
H1.HeaderClassName
{
color: #76D270;
}
.AnyTagClassName
{
color: #76D270;
}
</style>
background-color css
<style>
a { background-color: #76D270; }
a { background-color: rgb(118,210,112); }
div.DivClassName
{
background-color: #76D270;
}
.BgClassName
{
background-color: #76D270;
}
</style>
border-color css
<style>
span { border-color: #76D270; }
span { border-color: rgb(118,210,112); }
td.TdClassName
{
border-color: #76D270;
}
.TagClassName
{
border-color: #76D270;
}
</style>