Shades of Pastel Green #76CE7D
Tints of Pastel Green #76CE7D
RGB
CMYK
RGB Variations
Color information
#76CE7D (or 0x76CE7D) is known color: Pastel Green. HEX triplet: 76, CE and 7D. RGB value is (118,206,125). Sum of RGB (Red+Green+Blue) = 118+206+125=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 206 (80.86% from 255 or 45.88% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE7D is #893182. Grayscale: #AAAAAA. Windows color (decimal): -8991107 or 8244854. OLE color: 8244854.
HSL color Cylindrical-coordinate representation of color #76CE7D: hue angle of 124.77º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #76CE7D is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 125 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.19 |
| HSL | 124.77º | 0.47% | 0.64% | - |
| HSV(B) | 124.77º | 0.43% | 0.81% | - |
| XYZ | 33.24 | 49.47 | 27.2 | - |
| YUV | 170.45 | 102.35 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 125 | 0.43 | 0 | 0.39 | 0.19 | 124.77 | 0.47 | 0.64 |
| Hex | 76 | CE | 7D | 2B | 0 | 27 | 13 | 7D | 2F | 40 |
| Octal | 166 | 316 | 175 | 53 | 0 | 47 | 23 | 175 | 57 | 100 |
| Binary | 1110110 | 11001110 | 1111101 | 101011 | 0 | 100111 | 10011 | 1111101 | 101111 | 1000000 |
Color Harmonies of #76CE7D
Complementary color
Monochromatic Colors of #76CE7D
Black with #76CE7D
Text Example
Text Example
White with #76CE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE7D; }
p { color: rgb(118,206,125); }
H1.HeaderClassName
{
color: #76CE7D;
}
.AnyTagClassName
{
color: #76CE7D;
}
</style>
background-color css
<style>
a { background-color: #76CE7D; }
a { background-color: rgb(118,206,125); }
div.DivClassName
{
background-color: #76CE7D;
}
.BgClassName
{
background-color: #76CE7D;
}
</style>
border-color css
<style>
span { border-color: #76CE7D; }
span { border-color: rgb(118,206,125); }
td.TdClassName
{
border-color: #76CE7D;
}
.TagClassName
{
border-color: #76CE7D;
}
</style>