Shades of Pastel Green #78D568
Tints of Pastel Green #78D568
RGB
CMYK
RGB Variations
Color information
#78D568 (or 0x78D568) is known color: Pastel Green. HEX triplet: 78, D5 and 68. RGB value is (120,213,104). Sum of RGB (Red+Green+Blue) = 120+213+104=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 213 (83.59% from 255 or 48.74% from 437); Blue value is 104 (41.02% from 255 or 23.80% from 437); Max value from RGB is 213 - color contains mainly: green. Hex color #78D568 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D568 is #872A97. Grayscale: #ADADAD. Windows color (decimal): -8858264 or 6870392. OLE color: 6870392.
HSL color Cylindrical-coordinate representation of color #78D568: hue angle of 111.19º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78D568 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 213 | 104 | - |
| CMYK | 0.44 | 0 | 0.51 | 0.16 |
| HSL | 111.19º | 0.56% | 0.62% | - |
| HSV(B) | 111.19º | 0.51% | 0.84% | - |
| XYZ | 34.04 | 52.58 | 21.45 | - |
| YUV | 172.77 | 89.19 | 90.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 213 | 104 | 0.44 | 0 | 0.51 | 0.16 | 111.19 | 0.56 | 0.62 |
| Hex | 78 | D5 | 68 | 2C | 0 | 33 | 10 | 6F | 38 | 3E |
| Octal | 170 | 325 | 150 | 54 | 0 | 63 | 20 | 157 | 70 | 76 |
| Binary | 1111000 | 11010101 | 1101000 | 101100 | 0 | 110011 | 10000 | 1101111 | 111000 | 111110 |
Color Harmonies of #78D568
Complementary color
Monochromatic Colors of #78D568
Black with #78D568
Text Example
Text Example
White with #78D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D568; }
p { color: rgb(120,213,104); }
H1.HeaderClassName
{
color: #78D568;
}
.AnyTagClassName
{
color: #78D568;
}
</style>
background-color css
<style>
a { background-color: #78D568; }
a { background-color: rgb(120,213,104); }
div.DivClassName
{
background-color: #78D568;
}
.BgClassName
{
background-color: #78D568;
}
</style>
border-color css
<style>
span { border-color: #78D568; }
span { border-color: rgb(120,213,104); }
td.TdClassName
{
border-color: #78D568;
}
.TagClassName
{
border-color: #78D568;
}
</style>