Shades of Pastel Green #7DCC76
Tints of Pastel Green #7DCC76
RGB
CMYK
RGB Variations
Color information
#7DCC76 (or 0x7DCC76) is known color: Pastel Green. HEX triplet: 7D, CC and 76. RGB value is (125,204,118). Sum of RGB (Red+Green+Blue) = 125+204+118=447 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.96% from 447); Green value is 204 (80.08% from 255 or 45.64% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC76 is #823389. Grayscale: #AAAAAA. Windows color (decimal): -8532874 or 7785597. OLE color: 7785597.
HSL color Cylindrical-coordinate representation of color #7DCC76: hue angle of 115.12º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DCC76 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 118 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.2 |
| HSL | 115.12º | 0.46% | 0.63% | - |
| HSV(B) | 115.12º | 0.42% | 0.8% | - |
| XYZ | 33.32 | 48.85 | 24.81 | - |
| YUV | 170.58 | 98.33 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 118 | 0.39 | 0 | 0.42 | 0.2 | 115.12 | 0.46 | 0.63 |
| Hex | 7D | CC | 76 | 27 | 0 | 2A | 14 | 73 | 2E | 3F |
| Octal | 175 | 314 | 166 | 47 | 0 | 52 | 24 | 163 | 56 | 77 |
| Binary | 1111101 | 11001100 | 1110110 | 100111 | 0 | 101010 | 10100 | 1110011 | 101110 | 111111 |
Color Harmonies of #7DCC76
Complementary color
Monochromatic Colors of #7DCC76
Black with #7DCC76
Text Example
Text Example
White with #7DCC76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC76; }
p { color: rgb(125,204,118); }
H1.HeaderClassName
{
color: #7DCC76;
}
.AnyTagClassName
{
color: #7DCC76;
}
</style>
background-color css
<style>
a { background-color: #7DCC76; }
a { background-color: rgb(125,204,118); }
div.DivClassName
{
background-color: #7DCC76;
}
.BgClassName
{
background-color: #7DCC76;
}
</style>
border-color css
<style>
span { border-color: #7DCC76; }
span { border-color: rgb(125,204,118); }
td.TdClassName
{
border-color: #7DCC76;
}
.TagClassName
{
border-color: #7DCC76;
}
</style>