Shades of Pastel Green #78D070
Tints of Pastel Green #78D070
RGB
CMYK
RGB Variations
Color information
#78D070 (or 0x78D070) is known color: Pastel Green. HEX triplet: 78, D0 and 70. RGB value is (120,208,112). Sum of RGB (Red+Green+Blue) = 120+208+112=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 112 (44.14% from 255 or 25.45% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #78D070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D070 is #872F8F. Grayscale: #ABABAB. Windows color (decimal): -8859536 or 7393400. OLE color: 7393400.
HSL color Cylindrical-coordinate representation of color #78D070: hue angle of 115º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78D070 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 112 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.18 |
| HSL | 115º | 0.51% | 0.63% | - |
| HSV(B) | 115º | 0.46% | 0.82% | - |
| XYZ | 33.23 | 50.27 | 23.28 | - |
| YUV | 170.74 | 94.85 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 112 | 0.42 | 0 | 0.46 | 0.18 | 115 | 0.51 | 0.63 |
| Hex | 78 | D0 | 70 | 2A | 0 | 2E | 12 | 73 | 33 | 3F |
| Octal | 170 | 320 | 160 | 52 | 0 | 56 | 22 | 163 | 63 | 77 |
| Binary | 1111000 | 11010000 | 1110000 | 101010 | 0 | 101110 | 10010 | 1110011 | 110011 | 111111 |
Color Harmonies of #78D070
Complementary color
Monochromatic Colors of #78D070
Black with #78D070
Text Example
Text Example
White with #78D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D070; }
p { color: rgb(120,208,112); }
H1.HeaderClassName
{
color: #78D070;
}
.AnyTagClassName
{
color: #78D070;
}
</style>
background-color css
<style>
a { background-color: #78D070; }
a { background-color: rgb(120,208,112); }
div.DivClassName
{
background-color: #78D070;
}
.BgClassName
{
background-color: #78D070;
}
</style>
border-color css
<style>
span { border-color: #78D070; }
span { border-color: rgb(120,208,112); }
td.TdClassName
{
border-color: #78D070;
}
.TagClassName
{
border-color: #78D070;
}
</style>