Shades of Pastel Green #78D071
Tints of Pastel Green #78D071
RGB
CMYK
RGB Variations
Color information
#78D071 (or 0x78D071) is known color: Pastel Green. HEX triplet: 78, D0 and 71. RGB value is (120,208,113). Sum of RGB (Red+Green+Blue) = 120+208+113=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 208 (81.64% from 255 or 47.17% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 208 - color contains mainly: green. Hex color #78D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D071 is #872F8E. Grayscale: #ABABAB. Windows color (decimal): -8859535 or 7458936. OLE color: 7458936.
HSL color Cylindrical-coordinate representation of color #78D071: hue angle of 115.58º degrees, saturation: 0.5, 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 #78D071 is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 113 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.18 |
| HSL | 115.58º | 0.5% | 0.63% | - |
| HSV(B) | 115.58º | 0.46% | 0.82% | - |
| XYZ | 33.28 | 50.3 | 23.58 | - |
| YUV | 170.86 | 95.35 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 113 | 0.42 | 0 | 0.46 | 0.18 | 115.58 | 0.5 | 0.63 |
| Hex | 78 | D0 | 71 | 2A | 0 | 2E | 12 | 74 | 32 | 3F |
| Octal | 170 | 320 | 161 | 52 | 0 | 56 | 22 | 164 | 62 | 77 |
| Binary | 1111000 | 11010000 | 1110001 | 101010 | 0 | 101110 | 10010 | 1110100 | 110010 | 111111 |
Color Harmonies of #78D071
Complementary color
Monochromatic Colors of #78D071
Black with #78D071
Text Example
Text Example
White with #78D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D071; }
p { color: rgb(120,208,113); }
H1.HeaderClassName
{
color: #78D071;
}
.AnyTagClassName
{
color: #78D071;
}
</style>
background-color css
<style>
a { background-color: #78D071; }
a { background-color: rgb(120,208,113); }
div.DivClassName
{
background-color: #78D071;
}
.BgClassName
{
background-color: #78D071;
}
</style>
border-color css
<style>
span { border-color: #78D071; }
span { border-color: rgb(120,208,113); }
td.TdClassName
{
border-color: #78D071;
}
.TagClassName
{
border-color: #78D071;
}
</style>