Shades of Pastel Green #7ADF7A
Tints of Pastel Green #7ADF7A
RGB
CMYK
RGB Variations
Color information
#7ADF7A (or 0x7ADF7A) is known color: Pastel Green. HEX triplet: 7A, DF and 7A. RGB value is (122,223,122). Sum of RGB (Red+Green+Blue) = 122+223+122=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF7A is #852085. Grayscale: #B5B5B5. Windows color (decimal): -8724614 or 8052602. OLE color: 8052602.
HSL color Cylindrical-coordinate representation of color #7ADF7A: hue angle of 120º 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 #7ADF7A is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 122 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.13 |
| HSL | 120º | 0.61% | 0.68% | - |
| HSV(B) | 120º | 0.45% | 0.87% | - |
| XYZ | 37.93 | 58.32 | 27.67 | - |
| YUV | 181.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 122 | 0.45 | 0 | 0.45 | 0.13 | 120 | 0.61 | 0.68 |
| Hex | 7A | DF | 7A | 2D | 0 | 2D | D | 78 | 3D | 44 |
| Octal | 172 | 337 | 172 | 55 | 0 | 55 | 15 | 170 | 75 | 104 |
| Binary | 1111010 | 11011111 | 1111010 | 101101 | 0 | 101101 | 1101 | 1111000 | 111101 | 1000100 |
Color Harmonies of #7ADF7A
Complementary color
Monochromatic Colors of #7ADF7A
Black with #7ADF7A
Text Example
Text Example
White with #7ADF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF7A; }
p { color: rgb(122,223,122); }
H1.HeaderClassName
{
color: #7ADF7A;
}
.AnyTagClassName
{
color: #7ADF7A;
}
</style>
background-color css
<style>
a { background-color: #7ADF7A; }
a { background-color: rgb(122,223,122); }
div.DivClassName
{
background-color: #7ADF7A;
}
.BgClassName
{
background-color: #7ADF7A;
}
</style>
border-color css
<style>
span { border-color: #7ADF7A; }
span { border-color: rgb(122,223,122); }
td.TdClassName
{
border-color: #7ADF7A;
}
.TagClassName
{
border-color: #7ADF7A;
}
</style>