Shades of Pastel Green #7BDA80
Tints of Pastel Green #7BDA80
RGB
CMYK
RGB Variations
Color information
#7BDA80 (or 0x7BDA80) is known color: Pastel Green. HEX triplet: 7B, DA and 80. RGB value is (123,218,128). Sum of RGB (Red+Green+Blue) = 123+218+128=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #7BDA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDA80 is #84257F. Grayscale: #B3B3B3. Windows color (decimal): -8660352 or 8444539. OLE color: 8444539.
HSL color Cylindrical-coordinate representation of color #7BDA80: hue angle of 123.16º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDA80 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 218 | 128 | - |
| CMYK | 0.44 | 0 | 0.41 | 0.15 |
| HSL | 123.16º | 0.56% | 0.67% | - |
| HSV(B) | 123.16º | 0.44% | 0.85% | - |
| XYZ | 37.14 | 55.91 | 29.26 | - |
| YUV | 179.34 | 99.03 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 218 | 128 | 0.44 | 0 | 0.41 | 0.15 | 123.16 | 0.56 | 0.67 |
| Hex | 7B | DA | 80 | 2C | 0 | 29 | F | 7B | 38 | 43 |
| Octal | 173 | 332 | 200 | 54 | 0 | 51 | 17 | 173 | 70 | 103 |
| Binary | 1111011 | 11011010 | 10000000 | 101100 | 0 | 101001 | 1111 | 1111011 | 111000 | 1000011 |
Color Harmonies of #7BDA80
Complementary color
Monochromatic Colors of #7BDA80
Black with #7BDA80
Text Example
Text Example
White with #7BDA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDA80; }
p { color: rgb(123,218,128); }
H1.HeaderClassName
{
color: #7BDA80;
}
.AnyTagClassName
{
color: #7BDA80;
}
</style>
background-color css
<style>
a { background-color: #7BDA80; }
a { background-color: rgb(123,218,128); }
div.DivClassName
{
background-color: #7BDA80;
}
.BgClassName
{
background-color: #7BDA80;
}
</style>
border-color css
<style>
span { border-color: #7BDA80; }
span { border-color: rgb(123,218,128); }
td.TdClassName
{
border-color: #7BDA80;
}
.TagClassName
{
border-color: #7BDA80;
}
</style>