Shades of Pastel Green #7ADC68
Tints of Pastel Green #7ADC68
RGB
CMYK
RGB Variations
Color information
#7ADC68 (or 0x7ADC68) is known color: Pastel Green. HEX triplet: 7A, DC and 68. RGB value is (122,220,104). Sum of RGB (Red+Green+Blue) = 122+220+104=446 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.35% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC68 is #852397. Grayscale: #B1B1B1. Windows color (decimal): -8725400 or 6872186. OLE color: 6872186.
HSL color Cylindrical-coordinate representation of color #7ADC68: hue angle of 110.69º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7ADC68 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 122 | 220 | 104 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.14 |
| HSL | 110.69º | 0.62% | 0.64% | - |
| HSV(B) | 110.69º | 0.53% | 0.86% | - |
| XYZ | 36.12 | 56.32 | 22.06 | - |
| YUV | 177.47 | 86.53 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 220 | 104 | 0.45 | 0 | 0.53 | 0.14 | 110.69 | 0.62 | 0.64 |
| Hex | 7A | DC | 68 | 2D | 0 | 35 | E | 6F | 3E | 40 |
| Octal | 172 | 334 | 150 | 55 | 0 | 65 | 16 | 157 | 76 | 100 |
| Binary | 1111010 | 11011100 | 1101000 | 101101 | 0 | 110101 | 1110 | 1101111 | 111110 | 1000000 |
Color Harmonies of #7ADC68
Complementary color
Monochromatic Colors of #7ADC68
Black with #7ADC68
Text Example
Text Example
White with #7ADC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADC68; }
p { color: rgb(122,220,104); }
H1.HeaderClassName
{
color: #7ADC68;
}
.AnyTagClassName
{
color: #7ADC68;
}
</style>
background-color css
<style>
a { background-color: #7ADC68; }
a { background-color: rgb(122,220,104); }
div.DivClassName
{
background-color: #7ADC68;
}
.BgClassName
{
background-color: #7ADC68;
}
</style>
border-color css
<style>
span { border-color: #7ADC68; }
span { border-color: rgb(122,220,104); }
td.TdClassName
{
border-color: #7ADC68;
}
.TagClassName
{
border-color: #7ADC68;
}
</style>