Shades of Pastel Green #7ADF70
Tints of Pastel Green #7ADF70
RGB
CMYK
RGB Variations
Color information
#7ADF70 (or 0x7ADF70) is known color: Pastel Green. HEX triplet: 7A, DF and 70. RGB value is (122,223,112). Sum of RGB (Red+Green+Blue) = 122+223+112=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADF70 is #85208F. Grayscale: #B4B4B4. Windows color (decimal): -8724624 or 7397242. OLE color: 7397242.
HSL color Cylindrical-coordinate representation of color #7ADF70: hue angle of 114.59º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7ADF70 is Cyan = 0.45, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 223 | 112 | - |
| CMYK | 0.45 | 0 | 0.50 | 0.13 |
| HSL | 114.59º | 0.63% | 0.66% | - |
| HSV(B) | 114.59º | 0.5% | 0.87% | - |
| XYZ | 37.34 | 58.08 | 24.57 | - |
| YUV | 180.15 | 89.54 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 223 | 112 | 0.45 | 0 | 0.50 | 0.13 | 114.59 | 0.63 | 0.66 |
| Hex | 7A | DF | 70 | 2D | 0 | 32 | D | 73 | 3F | 42 |
| Octal | 172 | 337 | 160 | 55 | 0 | 62 | 15 | 163 | 77 | 102 |
| Binary | 1111010 | 11011111 | 1110000 | 101101 | 0 | 110010 | 1101 | 1110011 | 111111 | 1000010 |
Color Harmonies of #7ADF70
Complementary color
Monochromatic Colors of #7ADF70
Black with #7ADF70
Text Example
Text Example
White with #7ADF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ADF70; }
p { color: rgb(122,223,112); }
H1.HeaderClassName
{
color: #7ADF70;
}
.AnyTagClassName
{
color: #7ADF70;
}
</style>
background-color css
<style>
a { background-color: #7ADF70; }
a { background-color: rgb(122,223,112); }
div.DivClassName
{
background-color: #7ADF70;
}
.BgClassName
{
background-color: #7ADF70;
}
</style>
border-color css
<style>
span { border-color: #7ADF70; }
span { border-color: rgb(122,223,112); }
td.TdClassName
{
border-color: #7ADF70;
}
.TagClassName
{
border-color: #7ADF70;
}
</style>