Shades of Pastel Green #7AD07D
Tints of Pastel Green #7AD07D
RGB
CMYK
RGB Variations
Color information
#7AD07D (or 0x7AD07D) is known color: Pastel Green. HEX triplet: 7A, D0 and 7D. RGB value is (122,208,125). Sum of RGB (Red+Green+Blue) = 122+208+125=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 208 (81.64% from 255 or 45.71% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD07D is #852F82. Grayscale: #ADADAD. Windows color (decimal): -8728451 or 8245370. OLE color: 8245370.
HSL color Cylindrical-coordinate representation of color #7AD07D: hue angle of 122.09º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7AD07D is Cyan = 0.41, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 122 | 208 | 125 | - |
| CMYK | 0.41 | 0 | 0.40 | 0.18 |
| HSL | 122.09º | 0.48% | 0.65% | - |
| HSV(B) | 122.09º | 0.41% | 0.82% | - |
| XYZ | 34.28 | 50.73 | 27.39 | - |
| YUV | 172.82 | 101.01 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 208 | 125 | 0.41 | 0 | 0.40 | 0.18 | 122.09 | 0.48 | 0.65 |
| Hex | 7A | D0 | 7D | 29 | 0 | 28 | 12 | 7A | 30 | 41 |
| Octal | 172 | 320 | 175 | 51 | 0 | 50 | 22 | 172 | 60 | 101 |
| Binary | 1111010 | 11010000 | 1111101 | 101001 | 0 | 101000 | 10010 | 1111010 | 110000 | 1000001 |
Color Harmonies of #7AD07D
Complementary color
Monochromatic Colors of #7AD07D
Black with #7AD07D
Text Example
Text Example
White with #7AD07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AD07D; }
p { color: rgb(122,208,125); }
H1.HeaderClassName
{
color: #7AD07D;
}
.AnyTagClassName
{
color: #7AD07D;
}
</style>
background-color css
<style>
a { background-color: #7AD07D; }
a { background-color: rgb(122,208,125); }
div.DivClassName
{
background-color: #7AD07D;
}
.BgClassName
{
background-color: #7AD07D;
}
</style>
border-color css
<style>
span { border-color: #7AD07D; }
span { border-color: rgb(122,208,125); }
td.TdClassName
{
border-color: #7AD07D;
}
.TagClassName
{
border-color: #7AD07D;
}
</style>