Shades of Pastel Green #7BD571
Tints of Pastel Green #7BD571
RGB
CMYK
RGB Variations
Color information
#7BD571 (or 0x7BD571) is known color: Pastel Green. HEX triplet: 7B, D5 and 71. RGB value is (123,213,113). Sum of RGB (Red+Green+Blue) = 123+213+113=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #7BD571 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD571 is #842A8E. Grayscale: #AFAFAF. Windows color (decimal): -8661647 or 7460219. OLE color: 7460219.
HSL color Cylindrical-coordinate representation of color #7BD571: hue angle of 114º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BD571 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 213 | 113 | - |
| CMYK | 0.42 | 0 | 0.47 | 0.16 |
| HSL | 114º | 0.54% | 0.64% | - |
| HSV(B) | 114º | 0.47% | 0.84% | - |
| XYZ | 34.94 | 52.99 | 24.01 | - |
| YUV | 174.69 | 93.18 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 213 | 113 | 0.42 | 0 | 0.47 | 0.16 | 114 | 0.54 | 0.64 |
| Hex | 7B | D5 | 71 | 2A | 0 | 2F | 10 | 72 | 36 | 40 |
| Octal | 173 | 325 | 161 | 52 | 0 | 57 | 20 | 162 | 66 | 100 |
| Binary | 1111011 | 11010101 | 1110001 | 101010 | 0 | 101111 | 10000 | 1110010 | 110110 | 1000000 |
Color Harmonies of #7BD571
Complementary color
Monochromatic Colors of #7BD571
Black with #7BD571
Text Example
Text Example
White with #7BD571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD571; }
p { color: rgb(123,213,113); }
H1.HeaderClassName
{
color: #7BD571;
}
.AnyTagClassName
{
color: #7BD571;
}
</style>
background-color css
<style>
a { background-color: #7BD571; }
a { background-color: rgb(123,213,113); }
div.DivClassName
{
background-color: #7BD571;
}
.BgClassName
{
background-color: #7BD571;
}
</style>
border-color css
<style>
span { border-color: #7BD571; }
span { border-color: rgb(123,213,113); }
td.TdClassName
{
border-color: #7BD571;
}
.TagClassName
{
border-color: #7BD571;
}
</style>