Shades of Pastel Green #76CE7E
Tints of Pastel Green #76CE7E
RGB
CMYK
RGB Variations
Color information
#76CE7E (or 0x76CE7E) is known color: Pastel Green. HEX triplet: 76, CE and 7E. RGB value is (118,206,126). Sum of RGB (Red+Green+Blue) = 118+206+126=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #76CE7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #76CE7E is #893181. Grayscale: #AAAAAA. Windows color (decimal): -8991106 or 8310390. OLE color: 8310390.
HSL color Cylindrical-coordinate representation of color #76CE7E: hue angle of 125.45º 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 #76CE7E is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 206 | 126 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.19 |
| HSL | 125.45º | 0.47% | 0.64% | - |
| HSV(B) | 125.45º | 0.43% | 0.81% | - |
| XYZ | 33.31 | 49.5 | 27.54 | - |
| YUV | 170.57 | 102.85 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 126 | 0.43 | 0 | 0.39 | 0.19 | 125.45 | 0.47 | 0.64 |
| Hex | 76 | CE | 7E | 2B | 0 | 27 | 13 | 7D | 2F | 40 |
| Octal | 166 | 316 | 176 | 53 | 0 | 47 | 23 | 175 | 57 | 100 |
| Binary | 1110110 | 11001110 | 1111110 | 101011 | 0 | 100111 | 10011 | 1111101 | 101111 | 1000000 |
Color Harmonies of #76CE7E
Complementary color
Monochromatic Colors of #76CE7E
Black with #76CE7E
Text Example
Text Example
White with #76CE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CE7E; }
p { color: rgb(118,206,126); }
H1.HeaderClassName
{
color: #76CE7E;
}
.AnyTagClassName
{
color: #76CE7E;
}
</style>
background-color css
<style>
a { background-color: #76CE7E; }
a { background-color: rgb(118,206,126); }
div.DivClassName
{
background-color: #76CE7E;
}
.BgClassName
{
background-color: #76CE7E;
}
</style>
border-color css
<style>
span { border-color: #76CE7E; }
span { border-color: rgb(118,206,126); }
td.TdClassName
{
border-color: #76CE7E;
}
.TagClassName
{
border-color: #76CE7E;
}
</style>