Shades of Pastel Green #78D280
Tints of Pastel Green #78D280
RGB
CMYK
RGB Variations
Color information
#78D280 (or 0x78D280) is known color: Pastel Green. HEX triplet: 78, D2 and 80. RGB value is (120,210,128). Sum of RGB (Red+Green+Blue) = 120+210+128=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #78D280 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78D280 is #872D7F. Grayscale: #ADADAD. Windows color (decimal): -8859008 or 8442488. OLE color: 8442488.
HSL color Cylindrical-coordinate representation of color #78D280: hue angle of 125.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 #78D280 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 120 | 210 | 128 | - |
| CMYK | 0.43 | 0 | 0.39 | 0.18 |
| HSL | 125.33º | 0.5% | 0.65% | - |
| HSV(B) | 125.33º | 0.43% | 0.82% | - |
| XYZ | 34.69 | 51.64 | 28.56 | - |
| YUV | 173.74 | 102.18 | 89.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 210 | 128 | 0.43 | 0 | 0.39 | 0.18 | 125.33 | 0.5 | 0.65 |
| Hex | 78 | D2 | 80 | 2B | 0 | 27 | 12 | 7D | 32 | 41 |
| Octal | 170 | 322 | 200 | 53 | 0 | 47 | 22 | 175 | 62 | 101 |
| Binary | 1111000 | 11010010 | 10000000 | 101011 | 0 | 100111 | 10010 | 1111101 | 110010 | 1000001 |
Color Harmonies of #78D280
Complementary color
Monochromatic Colors of #78D280
Black with #78D280
Text Example
Text Example
White with #78D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78D280; }
p { color: rgb(120,210,128); }
H1.HeaderClassName
{
color: #78D280;
}
.AnyTagClassName
{
color: #78D280;
}
</style>
background-color css
<style>
a { background-color: #78D280; }
a { background-color: rgb(120,210,128); }
div.DivClassName
{
background-color: #78D280;
}
.BgClassName
{
background-color: #78D280;
}
</style>
border-color css
<style>
span { border-color: #78D280; }
span { border-color: rgb(120,210,128); }
td.TdClassName
{
border-color: #78D280;
}
.TagClassName
{
border-color: #78D280;
}
</style>