Shades of Pastel Green #78D57B
Tints of Pastel Green #78D57B
RGB
CMYK
RGB Variations
Color information
#78D57B (or 0x78D57B) is known color: Pastel Green. HEX triplet: 78, D5 and 7B. RGB value is (120,213,123). Sum of RGB (Red+Green+Blue) = 120+213+123=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 213 - color contains mainly: green. Hex color #78D57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D57B is #872A84. Grayscale: #AFAFAF. Windows color (decimal): -8858245 or 8115576. OLE color: 8115576.
HSL color Cylindrical-coordinate representation of color #78D57B: hue angle of 121.94º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D57B is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 123 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.16 |
| HSL | 121.94º | 0.53% | 0.65% | - |
| HSV(B) | 121.94º | 0.44% | 0.84% | - |
| XYZ | 35.12 | 53.01 | 27.12 | - |
| YUV | 174.93 | 98.69 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 123 | 0.44 | 0 | 0.42 | 0.16 | 121.94 | 0.53 | 0.65 |
| Hex | 78 | D5 | 7B | 2C | 0 | 2A | 10 | 7A | 35 | 41 |
| Octal | 170 | 325 | 173 | 54 | 0 | 52 | 20 | 172 | 65 | 101 |
| Binary | 1111000 | 11010101 | 1111011 | 101100 | 0 | 101010 | 10000 | 1111010 | 110101 | 1000001 |
Color Harmonies of #78D57B
Complementary color
Monochromatic Colors of #78D57B
Black with #78D57B
Text Example
Text Example
White with #78D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D57B; }
p { color: rgb(120,213,123); }
H1.HeaderClassName
{
color: #78D57B;
}
.AnyTagClassName
{
color: #78D57B;
}
</style>
background-color css
<style>
a { background-color: #78D57B; }
a { background-color: rgb(120,213,123); }
div.DivClassName
{
background-color: #78D57B;
}
.BgClassName
{
background-color: #78D57B;
}
</style>
border-color css
<style>
span { border-color: #78D57B; }
span { border-color: rgb(120,213,123); }
td.TdClassName
{
border-color: #78D57B;
}
.TagClassName
{
border-color: #78D57B;
}
</style>