Shades of Pastel Green #78D570
Tints of Pastel Green #78D570
RGB
CMYK
RGB Variations
Color information
#78D570 (or 0x78D570) is known color: Pastel Green. HEX triplet: 78, D5 and 70. RGB value is (120,213,112). Sum of RGB (Red+Green+Blue) = 120+213+112=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 213 (83.59% from 255 or 47.87% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 213 - color contains mainly: green. Hex color #78D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D570 is #872A8F. Grayscale: #ADADAD. Windows color (decimal): -8858256 or 7394680. OLE color: 7394680.
HSL color Cylindrical-coordinate representation of color #78D570: hue angle of 115.25º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78D570 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 112 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.16 |
| HSL | 115.25º | 0.55% | 0.64% | - |
| HSV(B) | 115.25º | 0.47% | 0.84% | - |
| XYZ | 34.46 | 52.75 | 23.69 | - |
| YUV | 173.68 | 93.19 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 112 | 0.44 | 0 | 0.47 | 0.16 | 115.25 | 0.55 | 0.64 |
| Hex | 78 | D5 | 70 | 2C | 0 | 2F | 10 | 73 | 37 | 40 |
| Octal | 170 | 325 | 160 | 54 | 0 | 57 | 20 | 163 | 67 | 100 |
| Binary | 1111000 | 11010101 | 1110000 | 101100 | 0 | 101111 | 10000 | 1110011 | 110111 | 1000000 |
Color Harmonies of #78D570
Complementary color
Monochromatic Colors of #78D570
Black with #78D570
Text Example
Text Example
White with #78D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D570; }
p { color: rgb(120,213,112); }
H1.HeaderClassName
{
color: #78D570;
}
.AnyTagClassName
{
color: #78D570;
}
</style>
background-color css
<style>
a { background-color: #78D570; }
a { background-color: rgb(120,213,112); }
div.DivClassName
{
background-color: #78D570;
}
.BgClassName
{
background-color: #78D570;
}
</style>
border-color css
<style>
span { border-color: #78D570; }
span { border-color: rgb(120,213,112); }
td.TdClassName
{
border-color: #78D570;
}
.TagClassName
{
border-color: #78D570;
}
</style>