Shades of Pastel Green #7BD970
Tints of Pastel Green #7BD970
RGB
CMYK
RGB Variations
Color information
#7BD970 (or 0x7BD970) is known color: Pastel Green. HEX triplet: 7B, D9 and 70. RGB value is (123,217,112). Sum of RGB (Red+Green+Blue) = 123+217+112=452 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.21% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD970 is #84268F. Grayscale: #B1B1B1. Windows color (decimal): -8660624 or 7395707. OLE color: 7395707.
HSL color Cylindrical-coordinate representation of color #7BD970: hue angle of 113.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7BD970 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 112 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.15 |
| HSL | 113.71º | 0.58% | 0.65% | - |
| HSV(B) | 113.71º | 0.48% | 0.85% | - |
| XYZ | 35.91 | 55.01 | 24.05 | - |
| YUV | 176.92 | 91.36 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 112 | 0.43 | 0 | 0.48 | 0.15 | 113.71 | 0.58 | 0.65 |
| Hex | 7B | D9 | 70 | 2B | 0 | 30 | F | 72 | 3A | 41 |
| Octal | 173 | 331 | 160 | 53 | 0 | 60 | 17 | 162 | 72 | 101 |
| Binary | 1111011 | 11011001 | 1110000 | 101011 | 0 | 110000 | 1111 | 1110010 | 111010 | 1000001 |
Color Harmonies of #7BD970
Complementary color
Monochromatic Colors of #7BD970
Black with #7BD970
Text Example
Text Example
White with #7BD970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD970; }
p { color: rgb(123,217,112); }
H1.HeaderClassName
{
color: #7BD970;
}
.AnyTagClassName
{
color: #7BD970;
}
</style>
background-color css
<style>
a { background-color: #7BD970; }
a { background-color: rgb(123,217,112); }
div.DivClassName
{
background-color: #7BD970;
}
.BgClassName
{
background-color: #7BD970;
}
</style>
border-color css
<style>
span { border-color: #7BD970; }
span { border-color: rgb(123,217,112); }
td.TdClassName
{
border-color: #7BD970;
}
.TagClassName
{
border-color: #7BD970;
}
</style>