Shades of Pastel Green #7ADF6F
Tints of Pastel Green #7ADF6F
RGB
CMYK
RGB Variations
Color information
#7ADF6F (or 0x7ADF6F) is known color: Pastel Green. HEX triplet: 7A, DF and 6F. RGB value is (122,223,111). Sum of RGB (Red+Green+Blue) = 122+223+111=456 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.75% from 456); Green value is 223 (87.5% from 255 or 48.90% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF6F is #852090. Grayscale: #B4B4B4. Windows color (decimal): -8724625 or 7331706. OLE color: 7331706.
HSL color Cylindrical-coordinate representation of color #7ADF6F: hue angle of 114.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADF6F is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 111 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.13 |
| HSL | 114.11º | 0.64% | 0.65% | - |
| HSV(B) | 114.11º | 0.5% | 0.87% | - |
| XYZ | 37.28 | 58.06 | 24.28 | - |
| YUV | 180.03 | 89.04 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 111 | 0.45 | 0 | 0.50 | 0.13 | 114.11 | 0.64 | 0.65 |
| Hex | 7A | DF | 6F | 2D | 0 | 32 | D | 72 | 40 | 41 |
| Octal | 172 | 337 | 157 | 55 | 0 | 62 | 15 | 162 | 100 | 101 |
| Binary | 1111010 | 11011111 | 1101111 | 101101 | 0 | 110010 | 1101 | 1110010 | 1000000 | 1000001 |
Color Harmonies of #7ADF6F
Complementary color
Monochromatic Colors of #7ADF6F
Black with #7ADF6F
Text Example
Text Example
White with #7ADF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF6F; }
p { color: rgb(122,223,111); }
H1.HeaderClassName
{
color: #7ADF6F;
}
.AnyTagClassName
{
color: #7ADF6F;
}
</style>
background-color css
<style>
a { background-color: #7ADF6F; }
a { background-color: rgb(122,223,111); }
div.DivClassName
{
background-color: #7ADF6F;
}
.BgClassName
{
background-color: #7ADF6F;
}
</style>
border-color css
<style>
span { border-color: #7ADF6F; }
span { border-color: rgb(122,223,111); }
td.TdClassName
{
border-color: #7ADF6F;
}
.TagClassName
{
border-color: #7ADF6F;
}
</style>