Shades of Pastel Green #78D06A
Tints of Pastel Green #78D06A
RGB
CMYK
RGB Variations
Color information
#78D06A (or 0x78D06A) is known color: Pastel Green. HEX triplet: 78, D0 and 6A. RGB value is (120,208,106). Sum of RGB (Red+Green+Blue) = 120+208+106=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #78D06A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D06A is #872F95. Grayscale: #AAAAAA. Windows color (decimal): -8859542 or 7000184. OLE color: 7000184.
HSL color Cylindrical-coordinate representation of color #78D06A: hue angle of 111.76º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78D06A is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 106 | - |
| CMYK | 0.42 | 0 | 0.49 | 0.18 |
| HSL | 111.76º | 0.52% | 0.62% | - |
| HSV(B) | 111.76º | 0.49% | 0.82% | - |
| XYZ | 32.9 | 50.15 | 21.58 | - |
| YUV | 170.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 106 | 0.42 | 0 | 0.49 | 0.18 | 111.76 | 0.52 | 0.62 |
| Hex | 78 | D0 | 6A | 2A | 0 | 31 | 12 | 70 | 34 | 3E |
| Octal | 170 | 320 | 152 | 52 | 0 | 61 | 22 | 160 | 64 | 76 |
| Binary | 1111000 | 11010000 | 1101010 | 101010 | 0 | 110001 | 10010 | 1110000 | 110100 | 111110 |
Color Harmonies of #78D06A
Complementary color
Monochromatic Colors of #78D06A
Black with #78D06A
Text Example
Text Example
White with #78D06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D06A; }
p { color: rgb(120,208,106); }
H1.HeaderClassName
{
color: #78D06A;
}
.AnyTagClassName
{
color: #78D06A;
}
</style>
background-color css
<style>
a { background-color: #78D06A; }
a { background-color: rgb(120,208,106); }
div.DivClassName
{
background-color: #78D06A;
}
.BgClassName
{
background-color: #78D06A;
}
</style>
border-color css
<style>
span { border-color: #78D06A; }
span { border-color: rgb(120,208,106); }
td.TdClassName
{
border-color: #78D06A;
}
.TagClassName
{
border-color: #78D06A;
}
</style>