Shades of Pastel Green #7BF07C
Tints of Pastel Green #7BF07C
RGB
CMYK
RGB Variations
Color information
#7BF07C (or 0x7BF07C) is known color: Pastel Green. HEX triplet: 7B, F0 and 7C. RGB value is (123,240,124). Sum of RGB (Red+Green+Blue) = 123+240+124=487 (64% of max value = 765). Red value is 123 (48.44% from 255 or 25.26% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 124 (48.83% from 255 or 25.46% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #7BF07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7BF07C is #840F83. Grayscale: #C0C0C0. Windows color (decimal): -8654724 or 8188027. OLE color: 8188027.
HSL color Cylindrical-coordinate representation of color #7BF07C: hue angle of 120.51º 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 #7BF07C is Cyan = 0.49, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 123 | 240 | 124 | - |
| CMYK | 0.49 | 0 | 0.48 | 0.06 |
| HSL | 120.51º | 0.8% | 0.71% | - |
| HSV(B) | 120.51º | 0.49% | 0.94% | - |
| XYZ | 42.97 | 67.99 | 29.93 | - |
| YUV | 191.79 | 89.74 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 240 | 124 | 0.49 | 0 | 0.48 | 0.06 | 120.51 | 0.8 | 0.71 |
| Hex | 7B | F0 | 7C | 31 | 0 | 30 | 6 | 79 | 50 | 47 |
| Octal | 173 | 360 | 174 | 61 | 0 | 60 | 6 | 171 | 120 | 107 |
| Binary | 1111011 | 11110000 | 1111100 | 110001 | 0 | 110000 | 110 | 1111001 | 1010000 | 1000111 |
Color Harmonies of #7BF07C
Complementary color
Monochromatic Colors of #7BF07C
Black with #7BF07C
Text Example
Text Example
White with #7BF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BF07C; }
p { color: rgb(123,240,124); }
H1.HeaderClassName
{
color: #7BF07C;
}
.AnyTagClassName
{
color: #7BF07C;
}
</style>
background-color css
<style>
a { background-color: #7BF07C; }
a { background-color: rgb(123,240,124); }
div.DivClassName
{
background-color: #7BF07C;
}
.BgClassName
{
background-color: #7BF07C;
}
</style>
border-color css
<style>
span { border-color: #7BF07C; }
span { border-color: rgb(123,240,124); }
td.TdClassName
{
border-color: #7BF07C;
}
.TagClassName
{
border-color: #7BF07C;
}
</style>