Shades of Pastel Green #7ADC7B
Tints of Pastel Green #7ADC7B
RGB
CMYK
RGB Variations
Color information
#7ADC7B (or 0x7ADC7B) is known color: Pastel Green. HEX triplet: 7A, DC and 7B. RGB value is (122,220,123). Sum of RGB (Red+Green+Blue) = 122+220+123=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC7B is #852384. Grayscale: #B3B3B3. Windows color (decimal): -8725381 or 8117370. OLE color: 8117370.
HSL color Cylindrical-coordinate representation of color #7ADC7B: hue angle of 120.61º 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 #7ADC7B is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 123 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.14 |
| HSL | 120.61º | 0.58% | 0.67% | - |
| HSV(B) | 120.61º | 0.45% | 0.86% | - |
| XYZ | 37.19 | 56.75 | 27.73 | - |
| YUV | 179.64 | 96.03 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 123 | 0.45 | 0 | 0.44 | 0.14 | 120.61 | 0.58 | 0.67 |
| Hex | 7A | DC | 7B | 2D | 0 | 2C | E | 79 | 3A | 43 |
| Octal | 172 | 334 | 173 | 55 | 0 | 54 | 16 | 171 | 72 | 103 |
| Binary | 1111010 | 11011100 | 1111011 | 101101 | 0 | 101100 | 1110 | 1111001 | 111010 | 1000011 |
Color Harmonies of #7ADC7B
Complementary color
Monochromatic Colors of #7ADC7B
Black with #7ADC7B
Text Example
Text Example
White with #7ADC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC7B; }
p { color: rgb(122,220,123); }
H1.HeaderClassName
{
color: #7ADC7B;
}
.AnyTagClassName
{
color: #7ADC7B;
}
</style>
background-color css
<style>
a { background-color: #7ADC7B; }
a { background-color: rgb(122,220,123); }
div.DivClassName
{
background-color: #7ADC7B;
}
.BgClassName
{
background-color: #7ADC7B;
}
</style>
border-color css
<style>
span { border-color: #7ADC7B; }
span { border-color: rgb(122,220,123); }
td.TdClassName
{
border-color: #7ADC7B;
}
.TagClassName
{
border-color: #7ADC7B;
}
</style>