Shades of Pastel Green #7ACD77
Tints of Pastel Green #7ACD77
RGB
CMYK
RGB Variations
Color information
#7ACD77 (or 0x7ACD77) is known color: Pastel Green. HEX triplet: 7A, CD and 77. RGB value is (122,205,119). Sum of RGB (Red+Green+Blue) = 122+205+119=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ACD77 is #853288. Grayscale: #AAAAAA. Windows color (decimal): -8729225 or 7851386. OLE color: 7851386.
HSL color Cylindrical-coordinate representation of color #7ACD77: hue angle of 117.91º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ACD77 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 122 | 205 | 119 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.20 |
| HSL | 117.91º | 0.46% | 0.64% | - |
| HSV(B) | 117.91º | 0.42% | 0.8% | - |
| XYZ | 33.19 | 49.13 | 25.19 | - |
| YUV | 170.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 205 | 119 | 0.40 | 0 | 0.42 | 0.20 | 117.91 | 0.46 | 0.64 |
| Hex | 7A | CD | 77 | 28 | 0 | 2A | 14 | 76 | 2E | 40 |
| Octal | 172 | 315 | 167 | 50 | 0 | 52 | 24 | 166 | 56 | 100 |
| Binary | 1111010 | 11001101 | 1110111 | 101000 | 0 | 101010 | 10100 | 1110110 | 101110 | 1000000 |
Color Harmonies of #7ACD77
Complementary color
Monochromatic Colors of #7ACD77
Black with #7ACD77
Text Example
Text Example
White with #7ACD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACD77; }
p { color: rgb(122,205,119); }
H1.HeaderClassName
{
color: #7ACD77;
}
.AnyTagClassName
{
color: #7ACD77;
}
</style>
background-color css
<style>
a { background-color: #7ACD77; }
a { background-color: rgb(122,205,119); }
div.DivClassName
{
background-color: #7ACD77;
}
.BgClassName
{
background-color: #7ACD77;
}
</style>
border-color css
<style>
span { border-color: #7ACD77; }
span { border-color: rgb(122,205,119); }
td.TdClassName
{
border-color: #7ACD77;
}
.TagClassName
{
border-color: #7ACD77;
}
</style>