Shades of Pastel Green #7BF080
Tints of Pastel Green #7BF080
RGB
CMYK
RGB Variations
Color information
#7BF080 (or 0x7BF080) is known color: Pastel Green. HEX triplet: 7B, F0 and 80. RGB value is (123,240,128). Sum of RGB (Red+Green+Blue) = 123+240+128=491 (65% of max value = 765). Red value is 123 (48.44% from 255 or 25.05% from 491); Green value is 240 (94.14% from 255 or 48.88% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BF080 is #840F7F. Grayscale: #C0C0C0. Windows color (decimal): -8654720 or 8450171. OLE color: 8450171.
HSL color Cylindrical-coordinate representation of color #7BF080: hue angle of 122.56º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7BF080 is Cyan = 0.49, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 240 | 128 | - |
| CMYK | 0.49 | 0 | 0.47 | 0.06 |
| HSL | 122.56º | 0.8% | 0.71% | - |
| HSV(B) | 122.56º | 0.49% | 0.94% | - |
| XYZ | 43.22 | 68.09 | 31.29 | - |
| YUV | 192.25 | 91.74 | 78.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 240 | 128 | 0.49 | 0 | 0.47 | 0.06 | 122.56 | 0.8 | 0.71 |
| Hex | 7B | F0 | 80 | 31 | 0 | 2F | 6 | 7B | 50 | 47 |
| Octal | 173 | 360 | 200 | 61 | 0 | 57 | 6 | 173 | 120 | 107 |
| Binary | 1111011 | 11110000 | 10000000 | 110001 | 0 | 101111 | 110 | 1111011 | 1010000 | 1000111 |
Color Harmonies of #7BF080
Complementary color
Monochromatic Colors of #7BF080
Black with #7BF080
Text Example
Text Example
White with #7BF080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF080; }
p { color: rgb(123,240,128); }
H1.HeaderClassName
{
color: #7BF080;
}
.AnyTagClassName
{
color: #7BF080;
}
</style>
background-color css
<style>
a { background-color: #7BF080; }
a { background-color: rgb(123,240,128); }
div.DivClassName
{
background-color: #7BF080;
}
.BgClassName
{
background-color: #7BF080;
}
</style>
border-color css
<style>
span { border-color: #7BF080; }
span { border-color: rgb(123,240,128); }
td.TdClassName
{
border-color: #7BF080;
}
.TagClassName
{
border-color: #7BF080;
}
</style>