Shades of Pastel Green #7BDD75
Tints of Pastel Green #7BDD75
RGB
CMYK
RGB Variations
Color information
#7BDD75 (or 0x7BDD75) is known color: Pastel Green. HEX triplet: 7B, DD and 75. RGB value is (123,221,117). Sum of RGB (Red+Green+Blue) = 123+221+117=461 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.68% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #7BDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BDD75 is #84228A. Grayscale: #B4B4B4. Windows color (decimal): -8659595 or 7724411. OLE color: 7724411.
HSL color Cylindrical-coordinate representation of color #7BDD75: hue angle of 116.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7BDD75 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 123 | 221 | 117 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.13 |
| HSL | 116.54º | 0.6% | 0.66% | - |
| HSV(B) | 116.54º | 0.47% | 0.87% | - |
| XYZ | 37.24 | 57.21 | 25.91 | - |
| YUV | 179.84 | 92.53 | 87.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 221 | 117 | 0.44 | 0 | 0.47 | 0.13 | 116.54 | 0.6 | 0.66 |
| Hex | 7B | DD | 75 | 2C | 0 | 2F | D | 75 | 3C | 42 |
| Octal | 173 | 335 | 165 | 54 | 0 | 57 | 15 | 165 | 74 | 102 |
| Binary | 1111011 | 11011101 | 1110101 | 101100 | 0 | 101111 | 1101 | 1110101 | 111100 | 1000010 |
Color Harmonies of #7BDD75
Complementary color
Monochromatic Colors of #7BDD75
Black with #7BDD75
Text Example
Text Example
White with #7BDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDD75; }
p { color: rgb(123,221,117); }
H1.HeaderClassName
{
color: #7BDD75;
}
.AnyTagClassName
{
color: #7BDD75;
}
</style>
background-color css
<style>
a { background-color: #7BDD75; }
a { background-color: rgb(123,221,117); }
div.DivClassName
{
background-color: #7BDD75;
}
.BgClassName
{
background-color: #7BDD75;
}
</style>
border-color css
<style>
span { border-color: #7BDD75; }
span { border-color: rgb(123,221,117); }
td.TdClassName
{
border-color: #7BDD75;
}
.TagClassName
{
border-color: #7BDD75;
}
</style>