Shades of Pastel Green #76DF84
Tints of Pastel Green #76DF84
RGB
CMYK
RGB Variations
Color information
#76DF84 (or 0x76DF84) is known color: Pastel Green. HEX triplet: 76, DF and 84. RGB value is (118,223,132). Sum of RGB (Red+Green+Blue) = 118+223+132=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 132 (51.95% from 255 or 27.91% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DF84 is #89207B. Grayscale: #B5B5B5. Windows color (decimal): -8986748 or 8707958. OLE color: 8707958.
HSL color Cylindrical-coordinate representation of color #76DF84: hue angle of 128º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DF84 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 132 | - |
| CMYK | 0.47 | 0 | 0.41 | 0.13 |
| HSL | 128º | 0.62% | 0.67% | - |
| HSV(B) | 128º | 0.47% | 0.87% | - |
| XYZ | 38.02 | 58.29 | 31.08 | - |
| YUV | 181.23 | 100.21 | 82.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 132 | 0.47 | 0 | 0.41 | 0.13 | 128 | 0.62 | 0.67 |
| Hex | 76 | DF | 84 | 2F | 0 | 29 | D | 80 | 3E | 43 |
| Octal | 166 | 337 | 204 | 57 | 0 | 51 | 15 | 200 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10000100 | 101111 | 0 | 101001 | 1101 | 10000000 | 111110 | 1000011 |
Color Harmonies of #76DF84
Complementary color
Monochromatic Colors of #76DF84
Black with #76DF84
Text Example
Text Example
White with #76DF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF84; }
p { color: rgb(118,223,132); }
H1.HeaderClassName
{
color: #76DF84;
}
.AnyTagClassName
{
color: #76DF84;
}
</style>
background-color css
<style>
a { background-color: #76DF84; }
a { background-color: rgb(118,223,132); }
div.DivClassName
{
background-color: #76DF84;
}
.BgClassName
{
background-color: #76DF84;
}
</style>
border-color css
<style>
span { border-color: #76DF84; }
span { border-color: rgb(118,223,132); }
td.TdClassName
{
border-color: #76DF84;
}
.TagClassName
{
border-color: #76DF84;
}
</style>