Shades of Pastel Green #7BDD70
Tints of Pastel Green #7BDD70
RGB
CMYK
RGB Variations
Color information
#7BDD70 (or 0x7BDD70) is known color: Pastel Green. HEX triplet: 7B, DD and 70. RGB value is (123,221,112). Sum of RGB (Red+Green+Blue) = 123+221+112=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD70 is #84228F. Grayscale: #B3B3B3. Windows color (decimal): -8659600 or 7396731. OLE color: 7396731.
HSL color Cylindrical-coordinate representation of color #7BDD70: hue angle of 113.94º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BDD70 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 112 | - |
| CMYK | 0.44 | 0 | 0.49 | 0.13 |
| HSL | 113.95º | 0.62% | 0.65% | - |
| HSV(B) | 113.95º | 0.49% | 0.87% | - |
| XYZ | 36.95 | 57.09 | 24.4 | - |
| YUV | 179.27 | 90.03 | 87.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 112 | 0.44 | 0 | 0.49 | 0.13 | 113.95 | 0.62 | 0.65 |
| Hex | 7B | DD | 70 | 2C | 0 | 31 | D | 72 | 3E | 41 |
| Octal | 173 | 335 | 160 | 54 | 0 | 61 | 15 | 162 | 76 | 101 |
| Binary | 1111011 | 11011101 | 1110000 | 101100 | 0 | 110001 | 1101 | 1110010 | 111110 | 1000001 |
Color Harmonies of #7BDD70
Complementary color
Monochromatic Colors of #7BDD70
Black with #7BDD70
Text Example
Text Example
White with #7BDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD70; }
p { color: rgb(123,221,112); }
H1.HeaderClassName
{
color: #7BDD70;
}
.AnyTagClassName
{
color: #7BDD70;
}
</style>
background-color css
<style>
a { background-color: #7BDD70; }
a { background-color: rgb(123,221,112); }
div.DivClassName
{
background-color: #7BDD70;
}
.BgClassName
{
background-color: #7BDD70;
}
</style>
border-color css
<style>
span { border-color: #7BDD70; }
span { border-color: rgb(123,221,112); }
td.TdClassName
{
border-color: #7BDD70;
}
.TagClassName
{
border-color: #7BDD70;
}
</style>