Shades of Pastel Green #7DCF77
Tints of Pastel Green #7DCF77
RGB
CMYK
RGB Variations
Color information
#7DCF77 (or 0x7DCF77) is known color: Pastel Green. HEX triplet: 7D, CF and 77. RGB value is (125,207,119). Sum of RGB (Red+Green+Blue) = 125+207+119=451 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.72% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCF77 is #823088. Grayscale: #ACACAC. Windows color (decimal): -8532105 or 7851901. OLE color: 7851901.
HSL color Cylindrical-coordinate representation of color #7DCF77: hue angle of 115.91º degrees, saturation: 0.48, 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 #7DCF77 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 119 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.19 |
| HSL | 115.91º | 0.48% | 0.64% | - |
| HSV(B) | 115.91º | 0.43% | 0.81% | - |
| XYZ | 34.1 | 50.32 | 25.37 | - |
| YUV | 172.45 | 97.83 | 94.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 119 | 0.40 | 0 | 0.43 | 0.19 | 115.91 | 0.48 | 0.64 |
| Hex | 7D | CF | 77 | 28 | 0 | 2B | 13 | 74 | 30 | 40 |
| Octal | 175 | 317 | 167 | 50 | 0 | 53 | 23 | 164 | 60 | 100 |
| Binary | 1111101 | 11001111 | 1110111 | 101000 | 0 | 101011 | 10011 | 1110100 | 110000 | 1000000 |
Color Harmonies of #7DCF77
Complementary color
Monochromatic Colors of #7DCF77
Black with #7DCF77
Text Example
Text Example
White with #7DCF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF77; }
p { color: rgb(125,207,119); }
H1.HeaderClassName
{
color: #7DCF77;
}
.AnyTagClassName
{
color: #7DCF77;
}
</style>
background-color css
<style>
a { background-color: #7DCF77; }
a { background-color: rgb(125,207,119); }
div.DivClassName
{
background-color: #7DCF77;
}
.BgClassName
{
background-color: #7DCF77;
}
</style>
border-color css
<style>
span { border-color: #7DCF77; }
span { border-color: rgb(125,207,119); }
td.TdClassName
{
border-color: #7DCF77;
}
.TagClassName
{
border-color: #7DCF77;
}
</style>