Shades of Pastel Green #7BDD86
Tints of Pastel Green #7BDD86
RGB
CMYK
RGB Variations
Color information
#7BDD86 (or 0x7BDD86) is known color: Pastel Green. HEX triplet: 7B, DD and 86. RGB value is (123,221,134). Sum of RGB (Red+Green+Blue) = 123+221+134=478 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.73% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD86 is #842279. Grayscale: #B6B6B6. Windows color (decimal): -8659578 or 8838523. OLE color: 8838523.
HSL color Cylindrical-coordinate representation of color #7BDD86: hue angle of 126.73º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7BDD86 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 134 | - |
| CMYK | 0.44 | 0 | 0.39 | 0.13 |
| HSL | 126.73º | 0.59% | 0.67% | - |
| HSV(B) | 126.73º | 0.44% | 0.87% | - |
| XYZ | 38.33 | 57.65 | 31.66 | - |
| YUV | 181.78 | 101.03 | 86.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 134 | 0.44 | 0 | 0.39 | 0.13 | 126.73 | 0.59 | 0.67 |
| Hex | 7B | DD | 86 | 2C | 0 | 27 | D | 7F | 3B | 43 |
| Octal | 173 | 335 | 206 | 54 | 0 | 47 | 15 | 177 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10000110 | 101100 | 0 | 100111 | 1101 | 1111111 | 111011 | 1000011 |
Color Harmonies of #7BDD86
Complementary color
Monochromatic Colors of #7BDD86
Black with #7BDD86
Text Example
Text Example
White with #7BDD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD86; }
p { color: rgb(123,221,134); }
H1.HeaderClassName
{
color: #7BDD86;
}
.AnyTagClassName
{
color: #7BDD86;
}
</style>
background-color css
<style>
a { background-color: #7BDD86; }
a { background-color: rgb(123,221,134); }
div.DivClassName
{
background-color: #7BDD86;
}
.BgClassName
{
background-color: #7BDD86;
}
</style>
border-color css
<style>
span { border-color: #7BDD86; }
span { border-color: rgb(123,221,134); }
td.TdClassName
{
border-color: #7BDD86;
}
.TagClassName
{
border-color: #7BDD86;
}
</style>