Shades of Pastel Green #7BDD85
Tints of Pastel Green #7BDD85
RGB
CMYK
RGB Variations
Color information
#7BDD85 (or 0x7BDD85) is known color: Pastel Green. HEX triplet: 7B, DD and 85. RGB value is (123,221,133). Sum of RGB (Red+Green+Blue) = 123+221+133=477 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.79% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDD85 is #84227A. Grayscale: #B5B5B5. Windows color (decimal): -8659579 or 8772987. OLE color: 8772987.
HSL color Cylindrical-coordinate representation of color #7BDD85: hue angle of 126.12º 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 #7BDD85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 133 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.13 |
| HSL | 126.12º | 0.59% | 0.67% | - |
| HSV(B) | 126.12º | 0.44% | 0.87% | - |
| XYZ | 38.26 | 57.62 | 31.3 | - |
| YUV | 181.67 | 100.53 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 133 | 0.44 | 0 | 0.40 | 0.13 | 126.12 | 0.59 | 0.67 |
| Hex | 7B | DD | 85 | 2C | 0 | 28 | D | 7E | 3B | 43 |
| Octal | 173 | 335 | 205 | 54 | 0 | 50 | 15 | 176 | 73 | 103 |
| Binary | 1111011 | 11011101 | 10000101 | 101100 | 0 | 101000 | 1101 | 1111110 | 111011 | 1000011 |
Color Harmonies of #7BDD85
Complementary color
Monochromatic Colors of #7BDD85
Black with #7BDD85
Text Example
Text Example
White with #7BDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD85; }
p { color: rgb(123,221,133); }
H1.HeaderClassName
{
color: #7BDD85;
}
.AnyTagClassName
{
color: #7BDD85;
}
</style>
background-color css
<style>
a { background-color: #7BDD85; }
a { background-color: rgb(123,221,133); }
div.DivClassName
{
background-color: #7BDD85;
}
.BgClassName
{
background-color: #7BDD85;
}
</style>
border-color css
<style>
span { border-color: #7BDD85; }
span { border-color: rgb(123,221,133); }
td.TdClassName
{
border-color: #7BDD85;
}
.TagClassName
{
border-color: #7BDD85;
}
</style>