Shades of Pastel Green #7BDD7D
Tints of Pastel Green #7BDD7D
RGB
CMYK
RGB Variations
Color information
#7BDD7D (or 0x7BDD7D) is known color: Pastel Green. HEX triplet: 7B, DD and 7D. RGB value is (123,221,125). Sum of RGB (Red+Green+Blue) = 123+221+125=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD7D is #842282. Grayscale: #B5B5B5. Windows color (decimal): -8659587 or 8248699. OLE color: 8248699.
HSL color Cylindrical-coordinate representation of color #7BDD7D: hue angle of 121.22º 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 #7BDD7D is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 125 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.13 |
| HSL | 121.22º | 0.59% | 0.67% | - |
| HSV(B) | 121.22º | 0.44% | 0.87% | - |
| XYZ | 37.73 | 57.4 | 28.49 | - |
| YUV | 180.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 125 | 0.44 | 0 | 0.43 | 0.13 | 121.22 | 0.59 | 0.67 |
| Hex | 7B | DD | 7D | 2C | 0 | 2B | D | 79 | 3B | 43 |
| Octal | 173 | 335 | 175 | 54 | 0 | 53 | 15 | 171 | 73 | 103 |
| Binary | 1111011 | 11011101 | 1111101 | 101100 | 0 | 101011 | 1101 | 1111001 | 111011 | 1000011 |
Color Harmonies of #7BDD7D
Complementary color
Monochromatic Colors of #7BDD7D
Black with #7BDD7D
Text Example
Text Example
White with #7BDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD7D; }
p { color: rgb(123,221,125); }
H1.HeaderClassName
{
color: #7BDD7D;
}
.AnyTagClassName
{
color: #7BDD7D;
}
</style>
background-color css
<style>
a { background-color: #7BDD7D; }
a { background-color: rgb(123,221,125); }
div.DivClassName
{
background-color: #7BDD7D;
}
.BgClassName
{
background-color: #7BDD7D;
}
</style>
border-color css
<style>
span { border-color: #7BDD7D; }
span { border-color: rgb(123,221,125); }
td.TdClassName
{
border-color: #7BDD7D;
}
.TagClassName
{
border-color: #7BDD7D;
}
</style>