Shades of Pastel Green #76DF61
Tints of Pastel Green #76DF61
RGB
CMYK
RGB Variations
Color information
#76DF61 (or 0x76DF61) is known color: Pastel Green. HEX triplet: 76, DF and 61. RGB value is (118,223,97). Sum of RGB (Red+Green+Blue) = 118+223+97=438 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.94% from 438); Green value is 223 (87.5% from 255 or 50.91% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF61 is #89209E. Grayscale: #B1B1B1. Windows color (decimal): -8986783 or 6414198. OLE color: 6414198.
HSL color Cylindrical-coordinate representation of color #76DF61: hue angle of 110º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76DF61 is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 97 | - |
| CMYK | 0.47 | 0 | 0.57 | 0.13 |
| HSL | 110º | 0.66% | 0.63% | - |
| HSV(B) | 110º | 0.57% | 0.87% | - |
| XYZ | 36.02 | 57.49 | 20.51 | - |
| YUV | 177.24 | 82.71 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 97 | 0.47 | 0 | 0.57 | 0.13 | 110 | 0.66 | 0.63 |
| Hex | 76 | DF | 61 | 2F | 0 | 39 | D | 6E | 42 | 3F |
| Octal | 166 | 337 | 141 | 57 | 0 | 71 | 15 | 156 | 102 | 77 |
| Binary | 1110110 | 11011111 | 1100001 | 101111 | 0 | 111001 | 1101 | 1101110 | 1000010 | 111111 |
Color Harmonies of #76DF61
Complementary color
Monochromatic Colors of #76DF61
Black with #76DF61
Text Example
Text Example
White with #76DF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF61; }
p { color: rgb(118,223,97); }
H1.HeaderClassName
{
color: #76DF61;
}
.AnyTagClassName
{
color: #76DF61;
}
</style>
background-color css
<style>
a { background-color: #76DF61; }
a { background-color: rgb(118,223,97); }
div.DivClassName
{
background-color: #76DF61;
}
.BgClassName
{
background-color: #76DF61;
}
</style>
border-color css
<style>
span { border-color: #76DF61; }
span { border-color: rgb(118,223,97); }
td.TdClassName
{
border-color: #76DF61;
}
.TagClassName
{
border-color: #76DF61;
}
</style>