Shades of Pastel Green #7BD378
Tints of Pastel Green #7BD378
RGB
CMYK
RGB Variations
Color information
#7BD378 (or 0x7BD378) is known color: Pastel Green. HEX triplet: 7B, D3 and 78. RGB value is (123,211,120). Sum of RGB (Red+Green+Blue) = 123+211+120=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 211 (82.81% from 255 or 46.48% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 211 - color contains mainly: green. Hex color #7BD378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BD378 is #842C87. Grayscale: #AEAEAE. Windows color (decimal): -8662152 or 7918459. OLE color: 7918459.
HSL color Cylindrical-coordinate representation of color #7BD378: hue angle of 118.02º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7BD378 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 123 | 211 | 120 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.17 |
| HSL | 118.02º | 0.51% | 0.65% | - |
| HSV(B) | 118.02º | 0.43% | 0.83% | - |
| XYZ | 34.85 | 52.16 | 26 | - |
| YUV | 174.31 | 97.35 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 211 | 120 | 0.42 | 0 | 0.43 | 0.17 | 118.02 | 0.51 | 0.65 |
| Hex | 7B | D3 | 78 | 2A | 0 | 2B | 11 | 76 | 33 | 41 |
| Octal | 173 | 323 | 170 | 52 | 0 | 53 | 21 | 166 | 63 | 101 |
| Binary | 1111011 | 11010011 | 1111000 | 101010 | 0 | 101011 | 10001 | 1110110 | 110011 | 1000001 |
Color Harmonies of #7BD378
Complementary color
Monochromatic Colors of #7BD378
Black with #7BD378
Text Example
Text Example
White with #7BD378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BD378; }
p { color: rgb(123,211,120); }
H1.HeaderClassName
{
color: #7BD378;
}
.AnyTagClassName
{
color: #7BD378;
}
</style>
background-color css
<style>
a { background-color: #7BD378; }
a { background-color: rgb(123,211,120); }
div.DivClassName
{
background-color: #7BD378;
}
.BgClassName
{
background-color: #7BD378;
}
</style>
border-color css
<style>
span { border-color: #7BD378; }
span { border-color: rgb(123,211,120); }
td.TdClassName
{
border-color: #7BD378;
}
.TagClassName
{
border-color: #7BD378;
}
</style>