Shades of Pastel Green #76DD6B
Tints of Pastel Green #76DD6B
RGB
CMYK
RGB Variations
Color information
#76DD6B (or 0x76DD6B) is known color: Pastel Green. HEX triplet: 76, DD and 6B. RGB value is (118,221,107). Sum of RGB (Red+Green+Blue) = 118+221+107=446 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.46% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 107 (42.19% from 255 or 23.99% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DD6B is #892294. Grayscale: #B1B1B1. Windows color (decimal): -8987285 or 7069046. OLE color: 7069046.
HSL color Cylindrical-coordinate representation of color #76DD6B: hue angle of 114.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76DD6B is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 221 | 107 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.13 |
| HSL | 114.21º | 0.63% | 0.64% | - |
| HSV(B) | 114.21º | 0.52% | 0.87% | - |
| XYZ | 35.98 | 56.63 | 22.94 | - |
| YUV | 177.21 | 88.38 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 221 | 107 | 0.47 | 0 | 0.52 | 0.13 | 114.21 | 0.63 | 0.64 |
| Hex | 76 | DD | 6B | 2F | 0 | 34 | D | 72 | 3F | 40 |
| Octal | 166 | 335 | 153 | 57 | 0 | 64 | 15 | 162 | 77 | 100 |
| Binary | 1110110 | 11011101 | 1101011 | 101111 | 0 | 110100 | 1101 | 1110010 | 111111 | 1000000 |
Color Harmonies of #76DD6B
Complementary color
Monochromatic Colors of #76DD6B
Black with #76DD6B
Text Example
Text Example
White with #76DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DD6B; }
p { color: rgb(118,221,107); }
H1.HeaderClassName
{
color: #76DD6B;
}
.AnyTagClassName
{
color: #76DD6B;
}
</style>
background-color css
<style>
a { background-color: #76DD6B; }
a { background-color: rgb(118,221,107); }
div.DivClassName
{
background-color: #76DD6B;
}
.BgClassName
{
background-color: #76DD6B;
}
</style>
border-color css
<style>
span { border-color: #76DD6B; }
span { border-color: rgb(118,221,107); }
td.TdClassName
{
border-color: #76DD6B;
}
.TagClassName
{
border-color: #76DD6B;
}
</style>