Shades of Pastel Green #7BE080
Tints of Pastel Green #7BE080
RGB
CMYK
RGB Variations
Color information
#7BE080 (or 0x7BE080) is known color: Pastel Green. HEX triplet: 7B, E0 and 80. RGB value is (123,224,128). Sum of RGB (Red+Green+Blue) = 123+224+128=475 (62% of max value = 765). Red value is 123 (48.44% from 255 or 25.89% from 475); Green value is 224 (87.89% from 255 or 47.16% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 224 - color contains mainly: green. Hex color #7BE080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BE080 is #841F7F. Grayscale: #B7B7B7. Windows color (decimal): -8658816 or 8446075. OLE color: 8446075.
HSL color Cylindrical-coordinate representation of color #7BE080: hue angle of 122.97º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BE080 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 123 | 224 | 128 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.12 |
| HSL | 122.97º | 0.62% | 0.68% | - |
| HSV(B) | 122.97º | 0.45% | 0.88% | - |
| XYZ | 38.72 | 59.08 | 29.79 | - |
| YUV | 182.86 | 97.04 | 85.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 224 | 128 | 0.45 | 0 | 0.43 | 0.12 | 122.97 | 0.62 | 0.68 |
| Hex | 7B | E0 | 80 | 2D | 0 | 2B | C | 7B | 3E | 44 |
| Octal | 173 | 340 | 200 | 55 | 0 | 53 | 14 | 173 | 76 | 104 |
| Binary | 1111011 | 11100000 | 10000000 | 101101 | 0 | 101011 | 1100 | 1111011 | 111110 | 1000100 |
Color Harmonies of #7BE080
Complementary color
Monochromatic Colors of #7BE080
Black with #7BE080
Text Example
Text Example
White with #7BE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BE080; }
p { color: rgb(123,224,128); }
H1.HeaderClassName
{
color: #7BE080;
}
.AnyTagClassName
{
color: #7BE080;
}
</style>
background-color css
<style>
a { background-color: #7BE080; }
a { background-color: rgb(123,224,128); }
div.DivClassName
{
background-color: #7BE080;
}
.BgClassName
{
background-color: #7BE080;
}
</style>
border-color css
<style>
span { border-color: #7BE080; }
span { border-color: rgb(123,224,128); }
td.TdClassName
{
border-color: #7BE080;
}
.TagClassName
{
border-color: #7BE080;
}
</style>