Shades of Pastel Green #7ADC7F
Tints of Pastel Green #7ADC7F
RGB
CMYK
RGB Variations
Color information
#7ADC7F (or 0x7ADC7F) is known color: Pastel Green. HEX triplet: 7A, DC and 7F. RGB value is (122,220,127). Sum of RGB (Red+Green+Blue) = 122+220+127=469 (62% of max value = 765). Red value is 122 (48.05% from 255 or 26.01% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC7F is #852380. Grayscale: #B4B4B4. Windows color (decimal): -8725377 or 8379514. OLE color: 8379514.
HSL color Cylindrical-coordinate representation of color #7ADC7F: hue angle of 123.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ADC7F is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 127 | - |
| CMYK | 0.45 | 0 | 0.42 | 0.14 |
| HSL | 123.06º | 0.58% | 0.67% | - |
| HSV(B) | 123.06º | 0.45% | 0.86% | - |
| XYZ | 37.45 | 56.86 | 29.08 | - |
| YUV | 180.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 127 | 0.45 | 0 | 0.42 | 0.14 | 123.06 | 0.58 | 0.67 |
| Hex | 7A | DC | 7F | 2D | 0 | 2A | E | 7B | 3A | 43 |
| Octal | 172 | 334 | 177 | 55 | 0 | 52 | 16 | 173 | 72 | 103 |
| Binary | 1111010 | 11011100 | 1111111 | 101101 | 0 | 101010 | 1110 | 1111011 | 111010 | 1000011 |
Color Harmonies of #7ADC7F
Complementary color
Monochromatic Colors of #7ADC7F
Black with #7ADC7F
Text Example
Text Example
White with #7ADC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC7F; }
p { color: rgb(122,220,127); }
H1.HeaderClassName
{
color: #7ADC7F;
}
.AnyTagClassName
{
color: #7ADC7F;
}
</style>
background-color css
<style>
a { background-color: #7ADC7F; }
a { background-color: rgb(122,220,127); }
div.DivClassName
{
background-color: #7ADC7F;
}
.BgClassName
{
background-color: #7ADC7F;
}
</style>
border-color css
<style>
span { border-color: #7ADC7F; }
span { border-color: rgb(122,220,127); }
td.TdClassName
{
border-color: #7ADC7F;
}
.TagClassName
{
border-color: #7ADC7F;
}
</style>