Shades of Pastel Green #76DC66
Tints of Pastel Green #76DC66
RGB
CMYK
RGB Variations
Color information
#76DC66 (or 0x76DC66) is known color: Pastel Green. HEX triplet: 76, DC and 66. RGB value is (118,220,102). Sum of RGB (Red+Green+Blue) = 118+220+102=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC66 is #892399. Grayscale: #B0B0B0. Windows color (decimal): -8987546 or 6741110. OLE color: 6741110.
HSL color Cylindrical-coordinate representation of color #76DC66: hue angle of 111.86º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DC66 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 102 | - |
| CMYK | 0.46 | 0 | 0.54 | 0.14 |
| HSL | 111.86º | 0.63% | 0.63% | - |
| HSV(B) | 111.86º | 0.54% | 0.86% | - |
| XYZ | 35.46 | 56 | 21.51 | - |
| YUV | 176.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 102 | 0.46 | 0 | 0.54 | 0.14 | 111.86 | 0.63 | 0.63 |
| Hex | 76 | DC | 66 | 2E | 0 | 36 | E | 70 | 3F | 3F |
| Octal | 166 | 334 | 146 | 56 | 0 | 66 | 16 | 160 | 77 | 77 |
| Binary | 1110110 | 11011100 | 1100110 | 101110 | 0 | 110110 | 1110 | 1110000 | 111111 | 111111 |
Color Harmonies of #76DC66
Complementary color
Monochromatic Colors of #76DC66
Black with #76DC66
Text Example
Text Example
White with #76DC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC66; }
p { color: rgb(118,220,102); }
H1.HeaderClassName
{
color: #76DC66;
}
.AnyTagClassName
{
color: #76DC66;
}
</style>
background-color css
<style>
a { background-color: #76DC66; }
a { background-color: rgb(118,220,102); }
div.DivClassName
{
background-color: #76DC66;
}
.BgClassName
{
background-color: #76DC66;
}
</style>
border-color css
<style>
span { border-color: #76DC66; }
span { border-color: rgb(118,220,102); }
td.TdClassName
{
border-color: #76DC66;
}
.TagClassName
{
border-color: #76DC66;
}
</style>