Shades of Pastel Green #7BDC85
Tints of Pastel Green #7BDC85
RGB
CMYK
RGB Variations
Color information
#7BDC85 (or 0x7BDC85) is known color: Pastel Green. HEX triplet: 7B, DC and 85. RGB value is (123,220,133). Sum of RGB (Red+Green+Blue) = 123+220+133=476 (63% of max value = 765). Red value is 123 (48.44% from 255 or 25.84% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDC85 is #84237A. Grayscale: #B5B5B5. Windows color (decimal): -8659835 or 8772731. OLE color: 8772731.
HSL color Cylindrical-coordinate representation of color #7BDC85: hue angle of 126.19º 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 #7BDC85 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 133 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.14 |
| HSL | 126.19º | 0.58% | 0.67% | - |
| HSV(B) | 126.19º | 0.44% | 0.86% | - |
| XYZ | 38 | 57.09 | 31.21 | - |
| YUV | 181.08 | 100.86 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 133 | 0.44 | 0 | 0.40 | 0.14 | 126.19 | 0.58 | 0.67 |
| Hex | 7B | DC | 85 | 2C | 0 | 28 | E | 7E | 3A | 43 |
| Octal | 173 | 334 | 205 | 54 | 0 | 50 | 16 | 176 | 72 | 103 |
| Binary | 1111011 | 11011100 | 10000101 | 101100 | 0 | 101000 | 1110 | 1111110 | 111010 | 1000011 |
Color Harmonies of #7BDC85
Complementary color
Monochromatic Colors of #7BDC85
Black with #7BDC85
Text Example
Text Example
White with #7BDC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC85; }
p { color: rgb(123,220,133); }
H1.HeaderClassName
{
color: #7BDC85;
}
.AnyTagClassName
{
color: #7BDC85;
}
</style>
background-color css
<style>
a { background-color: #7BDC85; }
a { background-color: rgb(123,220,133); }
div.DivClassName
{
background-color: #7BDC85;
}
.BgClassName
{
background-color: #7BDC85;
}
</style>
border-color css
<style>
span { border-color: #7BDC85; }
span { border-color: rgb(123,220,133); }
td.TdClassName
{
border-color: #7BDC85;
}
.TagClassName
{
border-color: #7BDC85;
}
</style>