Shades of Pastel Green #76DF7F
Tints of Pastel Green #76DF7F
RGB
CMYK
RGB Variations
Color information
#76DF7F (or 0x76DF7F) is known color: Pastel Green. HEX triplet: 76, DF and 7F. RGB value is (118,223,127). Sum of RGB (Red+Green+Blue) = 118+223+127=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76DF7F is #892080. Grayscale: #B4B4B4. Windows color (decimal): -8986753 or 8380278. OLE color: 8380278.
HSL color Cylindrical-coordinate representation of color #76DF7F: hue angle of 125.14º 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 #76DF7F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 223 | 127 | - |
| CMYK | 0.47 | 0 | 0.43 | 0.13 |
| HSL | 125.14º | 0.62% | 0.67% | - |
| HSV(B) | 125.14º | 0.47% | 0.87% | - |
| XYZ | 37.69 | 58.16 | 29.32 | - |
| YUV | 180.66 | 97.71 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 223 | 127 | 0.47 | 0 | 0.43 | 0.13 | 125.14 | 0.62 | 0.67 |
| Hex | 76 | DF | 7F | 2F | 0 | 2B | D | 7D | 3E | 43 |
| Octal | 166 | 337 | 177 | 57 | 0 | 53 | 15 | 175 | 76 | 103 |
| Binary | 1110110 | 11011111 | 1111111 | 101111 | 0 | 101011 | 1101 | 1111101 | 111110 | 1000011 |
Color Harmonies of #76DF7F
Complementary color
Monochromatic Colors of #76DF7F
Black with #76DF7F
Text Example
Text Example
White with #76DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DF7F; }
p { color: rgb(118,223,127); }
H1.HeaderClassName
{
color: #76DF7F;
}
.AnyTagClassName
{
color: #76DF7F;
}
</style>
background-color css
<style>
a { background-color: #76DF7F; }
a { background-color: rgb(118,223,127); }
div.DivClassName
{
background-color: #76DF7F;
}
.BgClassName
{
background-color: #76DF7F;
}
</style>
border-color css
<style>
span { border-color: #76DF7F; }
span { border-color: rgb(118,223,127); }
td.TdClassName
{
border-color: #76DF7F;
}
.TagClassName
{
border-color: #76DF7F;
}
</style>