Shades of Pastel Green #7BD964
Tints of Pastel Green #7BD964
RGB
CMYK
RGB Variations
Color information
#7BD964 (or 0x7BD964) is known color: Pastel Green. HEX triplet: 7B, D9 and 64. RGB value is (123,217,100). Sum of RGB (Red+Green+Blue) = 123+217+100=440 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.95% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #7BD964 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD964 is #84269B. Grayscale: #AFAFAF. Windows color (decimal): -8660636 or 6609275. OLE color: 6609275.
HSL color Cylindrical-coordinate representation of color #7BD964: hue angle of 108.21º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BD964 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 123 | 217 | 100 | - |
| CMYK | 0.43 | 0 | 0.54 | 0.15 |
| HSL | 108.21º | 0.61% | 0.62% | - |
| HSV(B) | 108.21º | 0.54% | 0.85% | - |
| XYZ | 35.28 | 54.76 | 20.77 | - |
| YUV | 175.56 | 85.36 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 217 | 100 | 0.43 | 0 | 0.54 | 0.15 | 108.21 | 0.61 | 0.62 |
| Hex | 7B | D9 | 64 | 2B | 0 | 36 | F | 6C | 3D | 3E |
| Octal | 173 | 331 | 144 | 53 | 0 | 66 | 17 | 154 | 75 | 76 |
| Binary | 1111011 | 11011001 | 1100100 | 101011 | 0 | 110110 | 1111 | 1101100 | 111101 | 111110 |
Color Harmonies of #7BD964
Complementary color
Monochromatic Colors of #7BD964
Black with #7BD964
Text Example
Text Example
White with #7BD964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD964; }
p { color: rgb(123,217,100); }
H1.HeaderClassName
{
color: #7BD964;
}
.AnyTagClassName
{
color: #7BD964;
}
</style>
background-color css
<style>
a { background-color: #7BD964; }
a { background-color: rgb(123,217,100); }
div.DivClassName
{
background-color: #7BD964;
}
.BgClassName
{
background-color: #7BD964;
}
</style>
border-color css
<style>
span { border-color: #7BD964; }
span { border-color: rgb(123,217,100); }
td.TdClassName
{
border-color: #7BD964;
}
.TagClassName
{
border-color: #7BD964;
}
</style>