Shades of Pastel Green #7DCE77
Tints of Pastel Green #7DCE77
RGB
CMYK
RGB Variations
Color information
#7DCE77 (or 0x7DCE77) is known color: Pastel Green. HEX triplet: 7D, CE and 77. RGB value is (125,206,119). Sum of RGB (Red+Green+Blue) = 125+206+119=450 (59% of max value = 765). Red value is 125 (49.22% from 255 or 27.78% from 450); Green value is 206 (80.86% from 255 or 45.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 206 - color contains mainly: green. Hex color #7DCE77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCE77 is #823188. Grayscale: #ACACAC. Windows color (decimal): -8532361 or 7851645. OLE color: 7851645.
HSL color Cylindrical-coordinate representation of color #7DCE77: hue angle of 115.86º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7DCE77 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 206 | 119 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.19 |
| HSL | 115.86º | 0.47% | 0.64% | - |
| HSV(B) | 115.86º | 0.42% | 0.81% | - |
| XYZ | 33.86 | 49.83 | 25.29 | - |
| YUV | 171.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 119 | 0.39 | 0 | 0.42 | 0.19 | 115.86 | 0.47 | 0.64 |
| Hex | 7D | CE | 77 | 27 | 0 | 2A | 13 | 74 | 2F | 40 |
| Octal | 175 | 316 | 167 | 47 | 0 | 52 | 23 | 164 | 57 | 100 |
| Binary | 1111101 | 11001110 | 1110111 | 100111 | 0 | 101010 | 10011 | 1110100 | 101111 | 1000000 |
Color Harmonies of #7DCE77
Complementary color
Monochromatic Colors of #7DCE77
Black with #7DCE77
Text Example
Text Example
White with #7DCE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCE77; }
p { color: rgb(125,206,119); }
H1.HeaderClassName
{
color: #7DCE77;
}
.AnyTagClassName
{
color: #7DCE77;
}
</style>
background-color css
<style>
a { background-color: #7DCE77; }
a { background-color: rgb(125,206,119); }
div.DivClassName
{
background-color: #7DCE77;
}
.BgClassName
{
background-color: #7DCE77;
}
</style>
border-color css
<style>
span { border-color: #7DCE77; }
span { border-color: rgb(125,206,119); }
td.TdClassName
{
border-color: #7DCE77;
}
.TagClassName
{
border-color: #7DCE77;
}
</style>