Shades of Pastel Green #78DD86
Tints of Pastel Green #78DD86
RGB
CMYK
RGB Variations
Color information
#78DD86 (or 0x78DD86) is known color: Pastel Green. HEX triplet: 78, DD and 86. RGB value is (120,221,134). Sum of RGB (Red+Green+Blue) = 120+221+134=475 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.26% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 134 (52.73% from 255 or 28.21% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DD86 is #872279. Grayscale: #B5B5B5. Windows color (decimal): -8856186 or 8838520. OLE color: 8838520.
HSL color Cylindrical-coordinate representation of color #78DD86: hue angle of 128.32º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78DD86 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 134 | - |
| CMYK | 0.46 | 0 | 0.39 | 0.13 |
| HSL | 128.32º | 0.6% | 0.67% | - |
| HSV(B) | 128.32º | 0.46% | 0.87% | - |
| XYZ | 37.91 | 57.43 | 31.64 | - |
| YUV | 180.88 | 101.54 | 84.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 134 | 0.46 | 0 | 0.39 | 0.13 | 128.32 | 0.6 | 0.67 |
| Hex | 78 | DD | 86 | 2E | 0 | 27 | D | 80 | 3C | 43 |
| Octal | 170 | 335 | 206 | 56 | 0 | 47 | 15 | 200 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10000110 | 101110 | 0 | 100111 | 1101 | 10000000 | 111100 | 1000011 |
Color Harmonies of #78DD86
Complementary color
Monochromatic Colors of #78DD86
Black with #78DD86
Text Example
Text Example
White with #78DD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD86; }
p { color: rgb(120,221,134); }
H1.HeaderClassName
{
color: #78DD86;
}
.AnyTagClassName
{
color: #78DD86;
}
</style>
background-color css
<style>
a { background-color: #78DD86; }
a { background-color: rgb(120,221,134); }
div.DivClassName
{
background-color: #78DD86;
}
.BgClassName
{
background-color: #78DD86;
}
</style>
border-color css
<style>
span { border-color: #78DD86; }
span { border-color: rgb(120,221,134); }
td.TdClassName
{
border-color: #78DD86;
}
.TagClassName
{
border-color: #78DD86;
}
</style>