Shades of Pastel Green #76DF80
Tints of Pastel Green #76DF80
RGB
CMYK
RGB Variations
Color information
#76DF80 (or 0x76DF80) is known color: Pastel Green. HEX triplet: 76, DF and 80. RGB value is (118,223,128). Sum of RGB (Red+Green+Blue) = 118+223+128=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DF80 is #89207F. Grayscale: #B5B5B5. Windows color (decimal): -8986752 or 8445814. OLE color: 8445814.
HSL color Cylindrical-coordinate representation of color #76DF80: hue angle of 125.71º 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 #76DF80 is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 128 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.13 |
| HSL | 125.71º | 0.62% | 0.67% | - |
| HSV(B) | 125.71º | 0.47% | 0.87% | - |
| XYZ | 37.76 | 58.19 | 29.66 | - |
| YUV | 180.78 | 98.21 | 83.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 128 | 0.47 | 0 | 0.43 | 0.13 | 125.71 | 0.62 | 0.67 |
| Hex | 76 | DF | 80 | 2F | 0 | 2B | D | 7E | 3E | 43 |
| Octal | 166 | 337 | 200 | 57 | 0 | 53 | 15 | 176 | 76 | 103 |
| Binary | 1110110 | 11011111 | 10000000 | 101111 | 0 | 101011 | 1101 | 1111110 | 111110 | 1000011 |
Color Harmonies of #76DF80
Complementary color
Monochromatic Colors of #76DF80
Black with #76DF80
Text Example
Text Example
White with #76DF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF80; }
p { color: rgb(118,223,128); }
H1.HeaderClassName
{
color: #76DF80;
}
.AnyTagClassName
{
color: #76DF80;
}
</style>
background-color css
<style>
a { background-color: #76DF80; }
a { background-color: rgb(118,223,128); }
div.DivClassName
{
background-color: #76DF80;
}
.BgClassName
{
background-color: #76DF80;
}
</style>
border-color css
<style>
span { border-color: #76DF80; }
span { border-color: rgb(118,223,128); }
td.TdClassName
{
border-color: #76DF80;
}
.TagClassName
{
border-color: #76DF80;
}
</style>