Shades of Pastel Green #78D57F
Tints of Pastel Green #78D57F
RGB
CMYK
RGB Variations
Color information
#78D57F (or 0x78D57F) is known color: Pastel Green. HEX triplet: 78, D5 and 7F. RGB value is (120,213,127). Sum of RGB (Red+Green+Blue) = 120+213+127=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 213 (83.59% from 255 or 46.30% from 460); Blue value is 127 (50% from 255 or 27.61% from 460); Max value from RGB is 213 - color contains mainly: green. Hex color #78D57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D57F is #872A80. Grayscale: #AFAFAF. Windows color (decimal): -8858241 or 8377720. OLE color: 8377720.
HSL color Cylindrical-coordinate representation of color #78D57F: hue angle of 124.52º 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 #78D57F is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 127 | - |
| CMYK | 0.44 | 0 | 0.40 | 0.16 |
| HSL | 124.52º | 0.53% | 0.65% | - |
| HSV(B) | 124.52º | 0.44% | 0.84% | - |
| XYZ | 35.37 | 53.11 | 28.47 | - |
| YUV | 175.39 | 100.69 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 127 | 0.44 | 0 | 0.40 | 0.16 | 124.52 | 0.53 | 0.65 |
| Hex | 78 | D5 | 7F | 2C | 0 | 28 | 10 | 7D | 35 | 41 |
| Octal | 170 | 325 | 177 | 54 | 0 | 50 | 20 | 175 | 65 | 101 |
| Binary | 1111000 | 11010101 | 1111111 | 101100 | 0 | 101000 | 10000 | 1111101 | 110101 | 1000001 |
Color Harmonies of #78D57F
Complementary color
Monochromatic Colors of #78D57F
Black with #78D57F
Text Example
Text Example
White with #78D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D57F; }
p { color: rgb(120,213,127); }
H1.HeaderClassName
{
color: #78D57F;
}
.AnyTagClassName
{
color: #78D57F;
}
</style>
background-color css
<style>
a { background-color: #78D57F; }
a { background-color: rgb(120,213,127); }
div.DivClassName
{
background-color: #78D57F;
}
.BgClassName
{
background-color: #78D57F;
}
</style>
border-color css
<style>
span { border-color: #78D57F; }
span { border-color: rgb(120,213,127); }
td.TdClassName
{
border-color: #78D57F;
}
.TagClassName
{
border-color: #78D57F;
}
</style>