Shades of Pastel Green #7BD580
Tints of Pastel Green #7BD580
RGB
CMYK
RGB Variations
Color information
#7BD580 (or 0x7BD580) is known color: Pastel Green. HEX triplet: 7B, D5 and 80. RGB value is (123,213,128). Sum of RGB (Red+Green+Blue) = 123+213+128=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 213 (83.59% from 255 or 45.91% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD580 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BD580 is #842A7F. Grayscale: #B0B0B0. Windows color (decimal): -8661632 or 8443259. OLE color: 8443259.
HSL color Cylindrical-coordinate representation of color #7BD580: hue angle of 123.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7BD580 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 128 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.16 |
| HSL | 123.33º | 0.52% | 0.66% | - |
| HSV(B) | 123.33º | 0.42% | 0.84% | - |
| XYZ | 35.86 | 53.36 | 28.83 | - |
| YUV | 176.4 | 100.68 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 128 | 0.42 | 0 | 0.40 | 0.16 | 123.33 | 0.52 | 0.66 |
| Hex | 7B | D5 | 80 | 2A | 0 | 28 | 10 | 7B | 34 | 42 |
| Octal | 173 | 325 | 200 | 52 | 0 | 50 | 20 | 173 | 64 | 102 |
| Binary | 1111011 | 11010101 | 10000000 | 101010 | 0 | 101000 | 10000 | 1111011 | 110100 | 1000010 |
Color Harmonies of #7BD580
Complementary color
Monochromatic Colors of #7BD580
Black with #7BD580
Text Example
Text Example
White with #7BD580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD580; }
p { color: rgb(123,213,128); }
H1.HeaderClassName
{
color: #7BD580;
}
.AnyTagClassName
{
color: #7BD580;
}
</style>
background-color css
<style>
a { background-color: #7BD580; }
a { background-color: rgb(123,213,128); }
div.DivClassName
{
background-color: #7BD580;
}
.BgClassName
{
background-color: #7BD580;
}
</style>
border-color css
<style>
span { border-color: #7BD580; }
span { border-color: rgb(123,213,128); }
td.TdClassName
{
border-color: #7BD580;
}
.TagClassName
{
border-color: #7BD580;
}
</style>