Shades of Pastel Green #7BEF80
Tints of Pastel Green #7BEF80
RGB
CMYK
RGB Variations
Color information
#7BEF80 (or 0x7BEF80) is known color: Pastel Green. HEX triplet: 7B, EF and 80. RGB value is (123,239,128). Sum of RGB (Red+Green+Blue) = 123+239+128=490 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.10% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 239 - color contains mainly: green. Hex color #7BEF80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7BEF80 is #84107F. Grayscale: #BFBFBF. Windows color (decimal): -8654976 or 8449915. OLE color: 8449915.
HSL color Cylindrical-coordinate representation of color #7BEF80: hue angle of 122.59º degrees, saturation: 0.78, 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 #7BEF80 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 239 | 128 | - |
| CMYK | 0.49 | 0 | 0.46 | 0.06 |
| HSL | 122.59º | 0.78% | 0.71% | - |
| HSV(B) | 122.59º | 0.49% | 0.94% | - |
| XYZ | 42.93 | 67.5 | 31.19 | - |
| YUV | 191.66 | 92.07 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 239 | 128 | 0.49 | 0 | 0.46 | 0.06 | 122.59 | 0.78 | 0.71 |
| Hex | 7B | EF | 80 | 31 | 0 | 2E | 6 | 7B | 4E | 47 |
| Octal | 173 | 357 | 200 | 61 | 0 | 56 | 6 | 173 | 116 | 107 |
| Binary | 1111011 | 11101111 | 10000000 | 110001 | 0 | 101110 | 110 | 1111011 | 1001110 | 1000111 |
Color Harmonies of #7BEF80
Complementary color
Monochromatic Colors of #7BEF80
Black with #7BEF80
Text Example
Text Example
White with #7BEF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BEF80; }
p { color: rgb(123,239,128); }
H1.HeaderClassName
{
color: #7BEF80;
}
.AnyTagClassName
{
color: #7BEF80;
}
</style>
background-color css
<style>
a { background-color: #7BEF80; }
a { background-color: rgb(123,239,128); }
div.DivClassName
{
background-color: #7BEF80;
}
.BgClassName
{
background-color: #7BEF80;
}
</style>
border-color css
<style>
span { border-color: #7BEF80; }
span { border-color: rgb(123,239,128); }
td.TdClassName
{
border-color: #7BEF80;
}
.TagClassName
{
border-color: #7BEF80;
}
</style>