Shades of Pastel Green #78DD8C
Tints of Pastel Green #78DD8C
RGB
CMYK
RGB Variations
Color information
#78DD8C (or 0x78DD8C) is known color: Pastel Green. HEX triplet: 78, DD and 8C. RGB value is (120,221,140). Sum of RGB (Red+Green+Blue) = 120+221+140=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #78DD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78DD8C is #872273. Grayscale: #B5B5B5. Windows color (decimal): -8856180 or 9231736. OLE color: 9231736.
HSL color Cylindrical-coordinate representation of color #78DD8C: hue angle of 131.88º 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 #78DD8C is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 221 | 140 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.13 |
| HSL | 131.88º | 0.6% | 0.67% | - |
| HSV(B) | 131.88º | 0.46% | 0.87% | - |
| XYZ | 38.34 | 57.6 | 33.91 | - |
| YUV | 181.57 | 104.54 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 221 | 140 | 0.46 | 0 | 0.37 | 0.13 | 131.88 | 0.6 | 0.67 |
| Hex | 78 | DD | 8C | 2E | 0 | 25 | D | 84 | 3C | 43 |
| Octal | 170 | 335 | 214 | 56 | 0 | 45 | 15 | 204 | 74 | 103 |
| Binary | 1111000 | 11011101 | 10001100 | 101110 | 0 | 100101 | 1101 | 10000100 | 111100 | 1000011 |
Color Harmonies of #78DD8C
Complementary color
Monochromatic Colors of #78DD8C
Black with #78DD8C
Text Example
Text Example
White with #78DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DD8C; }
p { color: rgb(120,221,140); }
H1.HeaderClassName
{
color: #78DD8C;
}
.AnyTagClassName
{
color: #78DD8C;
}
</style>
background-color css
<style>
a { background-color: #78DD8C; }
a { background-color: rgb(120,221,140); }
div.DivClassName
{
background-color: #78DD8C;
}
.BgClassName
{
background-color: #78DD8C;
}
</style>
border-color css
<style>
span { border-color: #78DD8C; }
span { border-color: rgb(120,221,140); }
td.TdClassName
{
border-color: #78DD8C;
}
.TagClassName
{
border-color: #78DD8C;
}
</style>