Shades of Pastel Green #7BDB83
Tints of Pastel Green #7BDB83
RGB
CMYK
RGB Variations
Color information
#7BDB83 (or 0x7BDB83) is known color: Pastel Green. HEX triplet: 7B, DB and 83. RGB value is (123,219,131). Sum of RGB (Red+Green+Blue) = 123+219+131=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #7BDB83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BDB83 is #84247C. Grayscale: #B4B4B4. Windows color (decimal): -8660093 or 8641403. OLE color: 8641403.
HSL color Cylindrical-coordinate representation of color #7BDB83: hue angle of 125º degrees, saturation: 0.57, 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 #7BDB83 is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 219 | 131 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.14 |
| HSL | 125º | 0.57% | 0.67% | - |
| HSV(B) | 125º | 0.44% | 0.86% | - |
| XYZ | 37.6 | 56.51 | 30.4 | - |
| YUV | 180.26 | 100.2 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 219 | 131 | 0.44 | 0 | 0.40 | 0.14 | 125 | 0.57 | 0.67 |
| Hex | 7B | DB | 83 | 2C | 0 | 28 | E | 7D | 39 | 43 |
| Octal | 173 | 333 | 203 | 54 | 0 | 50 | 16 | 175 | 71 | 103 |
| Binary | 1111011 | 11011011 | 10000011 | 101100 | 0 | 101000 | 1110 | 1111101 | 111001 | 1000011 |
Color Harmonies of #7BDB83
Complementary color
Monochromatic Colors of #7BDB83
Black with #7BDB83
Text Example
Text Example
White with #7BDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDB83; }
p { color: rgb(123,219,131); }
H1.HeaderClassName
{
color: #7BDB83;
}
.AnyTagClassName
{
color: #7BDB83;
}
</style>
background-color css
<style>
a { background-color: #7BDB83; }
a { background-color: rgb(123,219,131); }
div.DivClassName
{
background-color: #7BDB83;
}
.BgClassName
{
background-color: #7BDB83;
}
</style>
border-color css
<style>
span { border-color: #7BDB83; }
span { border-color: rgb(123,219,131); }
td.TdClassName
{
border-color: #7BDB83;
}
.TagClassName
{
border-color: #7BDB83;
}
</style>