Shades of Pastel Green #78D06C
Tints of Pastel Green #78D06C
RGB
CMYK
RGB Variations
Color information
#78D06C (or 0x78D06C) is known color: Pastel Green. HEX triplet: 78, D0 and 6C. RGB value is (120,208,108). Sum of RGB (Red+Green+Blue) = 120+208+108=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 108 (42.58% from 255 or 24.77% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #78D06C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D06C is #872F93. Grayscale: #AAAAAA. Windows color (decimal): -8859540 or 7131256. OLE color: 7131256.
HSL color Cylindrical-coordinate representation of color #78D06C: hue angle of 112.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78D06C is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 108 | - |
| CMYK | 0.42 | 0 | 0.48 | 0.18 |
| HSL | 112.8º | 0.52% | 0.62% | - |
| HSV(B) | 112.8º | 0.48% | 0.82% | - |
| XYZ | 33.01 | 50.19 | 22.13 | - |
| YUV | 170.29 | 92.85 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 108 | 0.42 | 0 | 0.48 | 0.18 | 112.8 | 0.52 | 0.62 |
| Hex | 78 | D0 | 6C | 2A | 0 | 30 | 12 | 71 | 34 | 3E |
| Octal | 170 | 320 | 154 | 52 | 0 | 60 | 22 | 161 | 64 | 76 |
| Binary | 1111000 | 11010000 | 1101100 | 101010 | 0 | 110000 | 10010 | 1110001 | 110100 | 111110 |
Color Harmonies of #78D06C
Complementary color
Monochromatic Colors of #78D06C
Black with #78D06C
Text Example
Text Example
White with #78D06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D06C; }
p { color: rgb(120,208,108); }
H1.HeaderClassName
{
color: #78D06C;
}
.AnyTagClassName
{
color: #78D06C;
}
</style>
background-color css
<style>
a { background-color: #78D06C; }
a { background-color: rgb(120,208,108); }
div.DivClassName
{
background-color: #78D06C;
}
.BgClassName
{
background-color: #78D06C;
}
</style>
border-color css
<style>
span { border-color: #78D06C; }
span { border-color: rgb(120,208,108); }
td.TdClassName
{
border-color: #78D06C;
}
.TagClassName
{
border-color: #78D06C;
}
</style>