Shades of Pastel Green #7ADC75
Tints of Pastel Green #7ADC75
RGB
CMYK
RGB Variations
Color information
#7ADC75 (or 0x7ADC75) is known color: Pastel Green. HEX triplet: 7A, DC and 75. RGB value is (122,220,117). Sum of RGB (Red+Green+Blue) = 122+220+117=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC75 is #85238A. Grayscale: #B3B3B3. Windows color (decimal): -8725387 or 7724154. OLE color: 7724154.
HSL color Cylindrical-coordinate representation of color #7ADC75: hue angle of 117.09º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ADC75 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 117 | - |
| CMYK | 0.45 | 0 | 0.47 | 0.14 |
| HSL | 117.09º | 0.6% | 0.66% | - |
| HSV(B) | 117.09º | 0.47% | 0.86% | - |
| XYZ | 36.83 | 56.61 | 25.81 | - |
| YUV | 178.96 | 93.03 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 117 | 0.45 | 0 | 0.47 | 0.14 | 117.09 | 0.6 | 0.66 |
| Hex | 7A | DC | 75 | 2D | 0 | 2F | E | 75 | 3C | 42 |
| Octal | 172 | 334 | 165 | 55 | 0 | 57 | 16 | 165 | 74 | 102 |
| Binary | 1111010 | 11011100 | 1110101 | 101101 | 0 | 101111 | 1110 | 1110101 | 111100 | 1000010 |
Color Harmonies of #7ADC75
Complementary color
Monochromatic Colors of #7ADC75
Black with #7ADC75
Text Example
Text Example
White with #7ADC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC75; }
p { color: rgb(122,220,117); }
H1.HeaderClassName
{
color: #7ADC75;
}
.AnyTagClassName
{
color: #7ADC75;
}
</style>
background-color css
<style>
a { background-color: #7ADC75; }
a { background-color: rgb(122,220,117); }
div.DivClassName
{
background-color: #7ADC75;
}
.BgClassName
{
background-color: #7ADC75;
}
</style>
border-color css
<style>
span { border-color: #7ADC75; }
span { border-color: rgb(122,220,117); }
td.TdClassName
{
border-color: #7ADC75;
}
.TagClassName
{
border-color: #7ADC75;
}
</style>