Shades of Pastel Green #76DD6C
Tints of Pastel Green #76DD6C
RGB
CMYK
RGB Variations
Color information
#76DD6C (or 0x76DD6C) is known color: Pastel Green. HEX triplet: 76, DD and 6C. RGB value is (118,221,108). Sum of RGB (Red+Green+Blue) = 118+221+108=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD6C is #892293. Grayscale: #B1B1B1. Windows color (decimal): -8987284 or 7134582. OLE color: 7134582.
HSL color Cylindrical-coordinate representation of color #76DD6C: hue angle of 114.69º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76DD6C is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 108 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.13 |
| HSL | 114.69º | 0.62% | 0.65% | - |
| HSV(B) | 114.69º | 0.51% | 0.87% | - |
| XYZ | 36.03 | 56.65 | 23.22 | - |
| YUV | 177.32 | 88.88 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 108 | 0.47 | 0 | 0.51 | 0.13 | 114.69 | 0.62 | 0.65 |
| Hex | 76 | DD | 6C | 2F | 0 | 33 | D | 73 | 3E | 41 |
| Octal | 166 | 335 | 154 | 57 | 0 | 63 | 15 | 163 | 76 | 101 |
| Binary | 1110110 | 11011101 | 1101100 | 101111 | 0 | 110011 | 1101 | 1110011 | 111110 | 1000001 |
Color Harmonies of #76DD6C
Complementary color
Monochromatic Colors of #76DD6C
Black with #76DD6C
Text Example
Text Example
White with #76DD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD6C; }
p { color: rgb(118,221,108); }
H1.HeaderClassName
{
color: #76DD6C;
}
.AnyTagClassName
{
color: #76DD6C;
}
</style>
background-color css
<style>
a { background-color: #76DD6C; }
a { background-color: rgb(118,221,108); }
div.DivClassName
{
background-color: #76DD6C;
}
.BgClassName
{
background-color: #76DD6C;
}
</style>
border-color css
<style>
span { border-color: #76DD6C; }
span { border-color: rgb(118,221,108); }
td.TdClassName
{
border-color: #76DD6C;
}
.TagClassName
{
border-color: #76DD6C;
}
</style>