Shades of Pastel Green #7BDD88
Tints of Pastel Green #7BDD88
RGB
CMYK
RGB Variations
Color information
#7BDD88 (or 0x7BDD88) is known color: Pastel Green. HEX triplet: 7B, DD and 88. RGB value is (123,221,136). Sum of RGB (Red+Green+Blue) = 123+221+136=480 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.62% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 136 (53.52% from 255 or 28.33% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD88 is #842277. Grayscale: #B6B6B6. Windows color (decimal): -8659576 or 8969595. OLE color: 8969595.
HSL color Cylindrical-coordinate representation of color #7BDD88: hue angle of 127.96º 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 #7BDD88 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 136 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.13 |
| HSL | 127.96º | 0.59% | 0.67% | - |
| HSV(B) | 127.96º | 0.44% | 0.87% | - |
| XYZ | 38.47 | 57.7 | 32.4 | - |
| YUV | 182.01 | 102.03 | 85.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 136 | 0.44 | 0 | 0.38 | 0.13 | 127.96 | 0.59 | 0.67 |
| Hex | 7B | DD | 88 | 2C | 0 | 26 | D | 80 | 3B | 43 |
| Octal | 173 | 335 | 210 | 54 | 0 | 46 | 15 | 200 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10001000 | 101100 | 0 | 100110 | 1101 | 10000000 | 111011 | 1000011 |
Color Harmonies of #7BDD88
Complementary color
Monochromatic Colors of #7BDD88
Black with #7BDD88
Text Example
Text Example
White with #7BDD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD88; }
p { color: rgb(123,221,136); }
H1.HeaderClassName
{
color: #7BDD88;
}
.AnyTagClassName
{
color: #7BDD88;
}
</style>
background-color css
<style>
a { background-color: #7BDD88; }
a { background-color: rgb(123,221,136); }
div.DivClassName
{
background-color: #7BDD88;
}
.BgClassName
{
background-color: #7BDD88;
}
</style>
border-color css
<style>
span { border-color: #7BDD88; }
span { border-color: rgb(123,221,136); }
td.TdClassName
{
border-color: #7BDD88;
}
.TagClassName
{
border-color: #7BDD88;
}
</style>