Shades of Pastel Green #76DC73
Tints of Pastel Green #76DC73
RGB
CMYK
RGB Variations
Color information
#76DC73 (or 0x76DC73) is known color: Pastel Green. HEX triplet: 76, DC and 73. RGB value is (118,220,115). Sum of RGB (Red+Green+Blue) = 118+220+115=453 (60% of max value = 765). Red value is 118 (46.48% from 255 or 26.05% from 453); Green value is 220 (86.33% from 255 or 48.57% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 220 - color contains mainly: green. Hex color #76DC73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DC73 is #89238C. Grayscale: #B1B1B1. Windows color (decimal): -8987533 or 7593078. OLE color: 7593078.
HSL color Cylindrical-coordinate representation of color #76DC73: hue angle of 118.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76DC73 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 220 | 115 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.14 |
| HSL | 118.29º | 0.6% | 0.66% | - |
| HSV(B) | 118.29º | 0.48% | 0.86% | - |
| XYZ | 36.16 | 56.28 | 25.18 | - |
| YUV | 177.53 | 92.71 | 85.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 115 | 0.46 | 0 | 0.48 | 0.14 | 118.29 | 0.6 | 0.66 |
| Hex | 76 | DC | 73 | 2E | 0 | 30 | E | 76 | 3C | 42 |
| Octal | 166 | 334 | 163 | 56 | 0 | 60 | 16 | 166 | 74 | 102 |
| Binary | 1110110 | 11011100 | 1110011 | 101110 | 0 | 110000 | 1110 | 1110110 | 111100 | 1000010 |
Color Harmonies of #76DC73
Complementary color
Monochromatic Colors of #76DC73
Black with #76DC73
Text Example
Text Example
White with #76DC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DC73; }
p { color: rgb(118,220,115); }
H1.HeaderClassName
{
color: #76DC73;
}
.AnyTagClassName
{
color: #76DC73;
}
</style>
background-color css
<style>
a { background-color: #76DC73; }
a { background-color: rgb(118,220,115); }
div.DivClassName
{
background-color: #76DC73;
}
.BgClassName
{
background-color: #76DC73;
}
</style>
border-color css
<style>
span { border-color: #76DC73; }
span { border-color: rgb(118,220,115); }
td.TdClassName
{
border-color: #76DC73;
}
.TagClassName
{
border-color: #76DC73;
}
</style>