Shades of Pastel Green #7BDC86
Tints of Pastel Green #7BDC86
RGB
CMYK
RGB Variations
Color information
#7BDC86 (or 0x7BDC86) is known color: Pastel Green. HEX triplet: 7B, DC and 86. RGB value is (123,220,134). Sum of RGB (Red+Green+Blue) = 123+220+134=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC86 is #842379. Grayscale: #B5B5B5. Windows color (decimal): -8659834 or 8838267. OLE color: 8838267.
HSL color Cylindrical-coordinate representation of color #7BDC86: hue angle of 126.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDC86 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 134 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.14 |
| HSL | 126.8º | 0.58% | 0.67% | - |
| HSV(B) | 126.8º | 0.44% | 0.86% | - |
| XYZ | 38.06 | 57.12 | 31.57 | - |
| YUV | 181.19 | 101.36 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 134 | 0.44 | 0 | 0.39 | 0.14 | 126.8 | 0.58 | 0.67 |
| Hex | 7B | DC | 86 | 2C | 0 | 27 | E | 7F | 3A | 43 |
| Octal | 173 | 334 | 206 | 54 | 0 | 47 | 16 | 177 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10000110 | 101100 | 0 | 100111 | 1110 | 1111111 | 111010 | 1000011 |
Color Harmonies of #7BDC86
Complementary color
Monochromatic Colors of #7BDC86
Black with #7BDC86
Text Example
Text Example
White with #7BDC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC86; }
p { color: rgb(123,220,134); }
H1.HeaderClassName
{
color: #7BDC86;
}
.AnyTagClassName
{
color: #7BDC86;
}
</style>
background-color css
<style>
a { background-color: #7BDC86; }
a { background-color: rgb(123,220,134); }
div.DivClassName
{
background-color: #7BDC86;
}
.BgClassName
{
background-color: #7BDC86;
}
</style>
border-color css
<style>
span { border-color: #7BDC86; }
span { border-color: rgb(123,220,134); }
td.TdClassName
{
border-color: #7BDC86;
}
.TagClassName
{
border-color: #7BDC86;
}
</style>