Shades of Pastel Green #7BDD65
Tints of Pastel Green #7BDD65
RGB
CMYK
RGB Variations
Color information
#7BDD65 (or 0x7BDD65) is known color: Pastel Green. HEX triplet: 7B, DD and 65. RGB value is (123,221,101). Sum of RGB (Red+Green+Blue) = 123+221+101=445 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.64% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 101 (39.84% from 255 or 22.70% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD65 is #84229A. Grayscale: #B2B2B2. Windows color (decimal): -8659611 or 6675835. OLE color: 6675835.
HSL color Cylindrical-coordinate representation of color #7BDD65: hue angle of 109º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7BDD65 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 101 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.13 |
| HSL | 109º | 0.64% | 0.63% | - |
| HSV(B) | 109º | 0.54% | 0.87% | - |
| XYZ | 36.37 | 56.86 | 21.37 | - |
| YUV | 178.02 | 84.53 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 101 | 0.44 | 0 | 0.54 | 0.13 | 109 | 0.64 | 0.63 |
| Hex | 7B | DD | 65 | 2C | 0 | 36 | D | 6D | 40 | 3F |
| Octal | 173 | 335 | 145 | 54 | 0 | 66 | 15 | 155 | 100 | 77 |
| Binary | 1111011 | 11011101 | 1100101 | 101100 | 0 | 110110 | 1101 | 1101101 | 1000000 | 111111 |
Color Harmonies of #7BDD65
Complementary color
Monochromatic Colors of #7BDD65
Black with #7BDD65
Text Example
Text Example
White with #7BDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD65; }
p { color: rgb(123,221,101); }
H1.HeaderClassName
{
color: #7BDD65;
}
.AnyTagClassName
{
color: #7BDD65;
}
</style>
background-color css
<style>
a { background-color: #7BDD65; }
a { background-color: rgb(123,221,101); }
div.DivClassName
{
background-color: #7BDD65;
}
.BgClassName
{
background-color: #7BDD65;
}
</style>
border-color css
<style>
span { border-color: #7BDD65; }
span { border-color: rgb(123,221,101); }
td.TdClassName
{
border-color: #7BDD65;
}
.TagClassName
{
border-color: #7BDD65;
}
</style>