Shades of Pastel Green #78D27A
Tints of Pastel Green #78D27A
RGB
CMYK
RGB Variations
Color information
#78D27A (or 0x78D27A) is known color: Pastel Green. HEX triplet: 78, D2 and 7A. RGB value is (120,210,122). Sum of RGB (Red+Green+Blue) = 120+210+122=452 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.55% from 452); Green value is 210 (82.42% from 255 or 46.46% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 210 - color contains mainly: green. Hex color #78D27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78D27A is #872D85. Grayscale: #ADADAD. Windows color (decimal): -8859014 or 8049272. OLE color: 8049272.
HSL color Cylindrical-coordinate representation of color #78D27A: hue angle of 121.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78D27A is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 122 | - |
| CMYK | 0.43 | 0 | 0.42 | 0.18 |
| HSL | 121.33º | 0.5% | 0.65% | - |
| HSV(B) | 121.33º | 0.43% | 0.82% | - |
| XYZ | 34.31 | 51.49 | 26.54 | - |
| YUV | 173.06 | 99.18 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 122 | 0.43 | 0 | 0.42 | 0.18 | 121.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | 7A | 2B | 0 | 2A | 12 | 79 | 32 | 41 |
| Octal | 170 | 322 | 172 | 53 | 0 | 52 | 22 | 171 | 62 | 101 |
| Binary | 1111000 | 11010010 | 1111010 | 101011 | 0 | 101010 | 10010 | 1111001 | 110010 | 1000001 |
Color Harmonies of #78D27A
Complementary color
Monochromatic Colors of #78D27A
Black with #78D27A
Text Example
Text Example
White with #78D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D27A; }
p { color: rgb(120,210,122); }
H1.HeaderClassName
{
color: #78D27A;
}
.AnyTagClassName
{
color: #78D27A;
}
</style>
background-color css
<style>
a { background-color: #78D27A; }
a { background-color: rgb(120,210,122); }
div.DivClassName
{
background-color: #78D27A;
}
.BgClassName
{
background-color: #78D27A;
}
</style>
border-color css
<style>
span { border-color: #78D27A; }
span { border-color: rgb(120,210,122); }
td.TdClassName
{
border-color: #78D27A;
}
.TagClassName
{
border-color: #78D27A;
}
</style>