Shades of Pastel Green #76DC83
Tints of Pastel Green #76DC83
RGB
CMYK
RGB Variations
Color information
#76DC83 (or 0x76DC83) is known color: Pastel Green. HEX triplet: 76, DC and 83. RGB value is (118,220,131). Sum of RGB (Red+Green+Blue) = 118+220+131=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DC83 is #89237C. Grayscale: #B3B3B3. Windows color (decimal): -8987517 or 8641654. OLE color: 8641654.
HSL color Cylindrical-coordinate representation of color #76DC83: hue angle of 127.65º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76DC83 is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 131 | - |
| CMYK | 0.46 | 0 | 0.40 | 0.14 |
| HSL | 127.65º | 0.59% | 0.66% | - |
| HSV(B) | 127.65º | 0.46% | 0.86% | - |
| XYZ | 37.16 | 56.68 | 30.45 | - |
| YUV | 179.36 | 100.71 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 131 | 0.46 | 0 | 0.40 | 0.14 | 127.65 | 0.59 | 0.66 |
| Hex | 76 | DC | 83 | 2E | 0 | 28 | E | 80 | 3B | 42 |
| Octal | 166 | 334 | 203 | 56 | 0 | 50 | 16 | 200 | 73 | 102 |
| Binary | 1110110 | 11011100 | 10000011 | 101110 | 0 | 101000 | 1110 | 10000000 | 111011 | 1000010 |
Color Harmonies of #76DC83
Complementary color
Monochromatic Colors of #76DC83
Black with #76DC83
Text Example
Text Example
White with #76DC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC83; }
p { color: rgb(118,220,131); }
H1.HeaderClassName
{
color: #76DC83;
}
.AnyTagClassName
{
color: #76DC83;
}
</style>
background-color css
<style>
a { background-color: #76DC83; }
a { background-color: rgb(118,220,131); }
div.DivClassName
{
background-color: #76DC83;
}
.BgClassName
{
background-color: #76DC83;
}
</style>
border-color css
<style>
span { border-color: #76DC83; }
span { border-color: rgb(118,220,131); }
td.TdClassName
{
border-color: #76DC83;
}
.TagClassName
{
border-color: #76DC83;
}
</style>