Shades of Pastel Green #78D07C
Tints of Pastel Green #78D07C
RGB
CMYK
RGB Variations
Color information
#78D07C (or 0x78D07C) is known color: Pastel Green. HEX triplet: 78, D0 and 7C. RGB value is (120,208,124). Sum of RGB (Red+Green+Blue) = 120+208+124=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 208 (81.64% from 255 or 46.02% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 208 - color contains mainly: green. Hex color #78D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D07C is #872F83. Grayscale: #ACACAC. Windows color (decimal): -8859524 or 8179832. OLE color: 8179832.
HSL color Cylindrical-coordinate representation of color #78D07C: hue angle of 122.73º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78D07C is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 208 | 124 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.18 |
| HSL | 122.73º | 0.48% | 0.64% | - |
| HSV(B) | 122.73º | 0.42% | 0.82% | - |
| XYZ | 33.94 | 50.56 | 27.04 | - |
| YUV | 172.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 208 | 124 | 0.42 | 0 | 0.40 | 0.18 | 122.73 | 0.48 | 0.64 |
| Hex | 78 | D0 | 7C | 2A | 0 | 28 | 12 | 7B | 30 | 40 |
| Octal | 170 | 320 | 174 | 52 | 0 | 50 | 22 | 173 | 60 | 100 |
| Binary | 1111000 | 11010000 | 1111100 | 101010 | 0 | 101000 | 10010 | 1111011 | 110000 | 1000000 |
Color Harmonies of #78D07C
Complementary color
Monochromatic Colors of #78D07C
Black with #78D07C
Text Example
Text Example
White with #78D07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D07C; }
p { color: rgb(120,208,124); }
H1.HeaderClassName
{
color: #78D07C;
}
.AnyTagClassName
{
color: #78D07C;
}
</style>
background-color css
<style>
a { background-color: #78D07C; }
a { background-color: rgb(120,208,124); }
div.DivClassName
{
background-color: #78D07C;
}
.BgClassName
{
background-color: #78D07C;
}
</style>
border-color css
<style>
span { border-color: #78D07C; }
span { border-color: rgb(120,208,124); }
td.TdClassName
{
border-color: #78D07C;
}
.TagClassName
{
border-color: #78D07C;
}
</style>