Shades of Pastel Green #7ADF8D
Tints of Pastel Green #7ADF8D
RGB
CMYK
RGB Variations
Color information
#7ADF8D (or 0x7ADF8D) is known color: Pastel Green. HEX triplet: 7A, DF and 8D. RGB value is (122,223,141). Sum of RGB (Red+Green+Blue) = 122+223+141=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF8D is #852072. Grayscale: #B7B7B7. Windows color (decimal): -8724595 or 9297786. OLE color: 9297786.
HSL color Cylindrical-coordinate representation of color #7ADF8D: hue angle of 131.29º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADF8D is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 141 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.13 |
| HSL | 131.29º | 0.61% | 0.68% | - |
| HSV(B) | 131.29º | 0.45% | 0.87% | - |
| XYZ | 39.22 | 58.84 | 34.49 | - |
| YUV | 183.45 | 104.04 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 141 | 0.45 | 0 | 0.37 | 0.13 | 131.29 | 0.61 | 0.68 |
| Hex | 7A | DF | 8D | 2D | 0 | 25 | D | 83 | 3D | 44 |
| Octal | 172 | 337 | 215 | 55 | 0 | 45 | 15 | 203 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10001101 | 101101 | 0 | 100101 | 1101 | 10000011 | 111101 | 1000100 |
Color Harmonies of #7ADF8D
Complementary color
Monochromatic Colors of #7ADF8D
Black with #7ADF8D
Text Example
Text Example
White with #7ADF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF8D; }
p { color: rgb(122,223,141); }
H1.HeaderClassName
{
color: #7ADF8D;
}
.AnyTagClassName
{
color: #7ADF8D;
}
</style>
background-color css
<style>
a { background-color: #7ADF8D; }
a { background-color: rgb(122,223,141); }
div.DivClassName
{
background-color: #7ADF8D;
}
.BgClassName
{
background-color: #7ADF8D;
}
</style>
border-color css
<style>
span { border-color: #7ADF8D; }
span { border-color: rgb(122,223,141); }
td.TdClassName
{
border-color: #7ADF8D;
}
.TagClassName
{
border-color: #7ADF8D;
}
</style>