Shades of Pastel Green #78DD8D
Tints of Pastel Green #78DD8D
RGB
CMYK
RGB Variations
Color information
#78DD8D (or 0x78DD8D) is known color: Pastel Green. HEX triplet: 78, DD and 8D. RGB value is (120,221,141). Sum of RGB (Red+Green+Blue) = 120+221+141=482 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.90% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DD8D is #872272. Grayscale: #B5B5B5. Windows color (decimal): -8856179 or 9297272. OLE color: 9297272.
HSL color Cylindrical-coordinate representation of color #78DD8D: hue angle of 132.48º 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 #78DD8D is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 141 | - |
| CMYK | 0.46 | 0 | 0.36 | 0.13 |
| HSL | 132.48º | 0.6% | 0.67% | - |
| HSV(B) | 132.48º | 0.46% | 0.87% | - |
| XYZ | 38.41 | 57.63 | 34.3 | - |
| YUV | 181.68 | 105.04 | 84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 141 | 0.46 | 0 | 0.36 | 0.13 | 132.48 | 0.6 | 0.67 |
| Hex | 78 | DD | 8D | 2E | 0 | 24 | D | 84 | 3C | 43 |
| Octal | 170 | 335 | 215 | 56 | 0 | 44 | 15 | 204 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10001101 | 101110 | 0 | 100100 | 1101 | 10000100 | 111100 | 1000011 |
Color Harmonies of #78DD8D
Complementary color
Monochromatic Colors of #78DD8D
Black with #78DD8D
Text Example
Text Example
White with #78DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD8D; }
p { color: rgb(120,221,141); }
H1.HeaderClassName
{
color: #78DD8D;
}
.AnyTagClassName
{
color: #78DD8D;
}
</style>
background-color css
<style>
a { background-color: #78DD8D; }
a { background-color: rgb(120,221,141); }
div.DivClassName
{
background-color: #78DD8D;
}
.BgClassName
{
background-color: #78DD8D;
}
</style>
border-color css
<style>
span { border-color: #78DD8D; }
span { border-color: rgb(120,221,141); }
td.TdClassName
{
border-color: #78DD8D;
}
.TagClassName
{
border-color: #78DD8D;
}
</style>