Shades of Pastel Green #7ADF8C
Tints of Pastel Green #7ADF8C
RGB
CMYK
RGB Variations
Color information
#7ADF8C (or 0x7ADF8C) is known color: Pastel Green. HEX triplet: 7A, DF and 8C. RGB value is (122,223,140). Sum of RGB (Red+Green+Blue) = 122+223+140=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 140 (55.08% from 255 or 28.87% from 485); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ADF8C is #852073. Grayscale: #B7B7B7. Windows color (decimal): -8724596 or 9232250. OLE color: 9232250.
HSL color Cylindrical-coordinate representation of color #7ADF8C: hue angle of 130.69º 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 #7ADF8C is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 140 | - |
| CMYK | 0.45 | 0 | 0.37 | 0.13 |
| HSL | 130.69º | 0.61% | 0.68% | - |
| HSV(B) | 130.69º | 0.45% | 0.87% | - |
| XYZ | 39.15 | 58.81 | 34.1 | - |
| YUV | 183.34 | 103.54 | 84.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 140 | 0.45 | 0 | 0.37 | 0.13 | 130.69 | 0.61 | 0.68 |
| Hex | 7A | DF | 8C | 2D | 0 | 25 | D | 83 | 3D | 44 |
| Octal | 172 | 337 | 214 | 55 | 0 | 45 | 15 | 203 | 75 | 104 |
| Binary | 1111010 | 11011111 | 10001100 | 101101 | 0 | 100101 | 1101 | 10000011 | 111101 | 1000100 |
Color Harmonies of #7ADF8C
Complementary color
Monochromatic Colors of #7ADF8C
Black with #7ADF8C
Text Example
Text Example
White with #7ADF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF8C; }
p { color: rgb(122,223,140); }
H1.HeaderClassName
{
color: #7ADF8C;
}
.AnyTagClassName
{
color: #7ADF8C;
}
</style>
background-color css
<style>
a { background-color: #7ADF8C; }
a { background-color: rgb(122,223,140); }
div.DivClassName
{
background-color: #7ADF8C;
}
.BgClassName
{
background-color: #7ADF8C;
}
</style>
border-color css
<style>
span { border-color: #7ADF8C; }
span { border-color: rgb(122,223,140); }
td.TdClassName
{
border-color: #7ADF8C;
}
.TagClassName
{
border-color: #7ADF8C;
}
</style>