Shades of Pastel Green #78D67D
Tints of Pastel Green #78D67D
RGB
CMYK
RGB Variations
Color information
#78D67D (or 0x78D67D) is known color: Pastel Green. HEX triplet: 78, D6 and 7D. RGB value is (120,214,125). Sum of RGB (Red+Green+Blue) = 120+214+125=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 214 (83.98% from 255 or 46.62% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 214 - color contains mainly: green. Hex color #78D67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D67D is #872982. Grayscale: #B0B0B0. Windows color (decimal): -8857987 or 8246904. OLE color: 8246904.
HSL color Cylindrical-coordinate representation of color #78D67D: hue angle of 123.19º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78D67D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 120 | 214 | 125 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.16 |
| HSL | 123.19º | 0.53% | 0.65% | - |
| HSV(B) | 123.19º | 0.44% | 0.84% | - |
| XYZ | 35.49 | 53.57 | 27.87 | - |
| YUV | 175.75 | 99.36 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 214 | 125 | 0.44 | 0 | 0.42 | 0.16 | 123.19 | 0.53 | 0.65 |
| Hex | 78 | D6 | 7D | 2C | 0 | 2A | 10 | 7B | 35 | 41 |
| Octal | 170 | 326 | 175 | 54 | 0 | 52 | 20 | 173 | 65 | 101 |
| Binary | 1111000 | 11010110 | 1111101 | 101100 | 0 | 101010 | 10000 | 1111011 | 110101 | 1000001 |
Color Harmonies of #78D67D
Complementary color
Monochromatic Colors of #78D67D
Black with #78D67D
Text Example
Text Example
White with #78D67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D67D; }
p { color: rgb(120,214,125); }
H1.HeaderClassName
{
color: #78D67D;
}
.AnyTagClassName
{
color: #78D67D;
}
</style>
background-color css
<style>
a { background-color: #78D67D; }
a { background-color: rgb(120,214,125); }
div.DivClassName
{
background-color: #78D67D;
}
.BgClassName
{
background-color: #78D67D;
}
</style>
border-color css
<style>
span { border-color: #78D67D; }
span { border-color: rgb(120,214,125); }
td.TdClassName
{
border-color: #78D67D;
}
.TagClassName
{
border-color: #78D67D;
}
</style>