Shades of Pastel Green #78DA7D
Tints of Pastel Green #78DA7D
RGB
CMYK
RGB Variations
Color information
#78DA7D (or 0x78DA7D) is known color: Pastel Green. HEX triplet: 78, DA and 7D. RGB value is (120,218,125). Sum of RGB (Red+Green+Blue) = 120+218+125=463 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.92% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #78DA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78DA7D is #872582. Grayscale: #B2B2B2. Windows color (decimal): -8856963 or 8247928. OLE color: 8247928.
HSL color Cylindrical-coordinate representation of color #78DA7D: hue angle of 123.06º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78DA7D is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 218 | 125 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.15 |
| HSL | 123.06º | 0.57% | 0.66% | - |
| HSV(B) | 123.06º | 0.45% | 0.85% | - |
| XYZ | 36.52 | 55.62 | 28.21 | - |
| YUV | 178.1 | 98.03 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 218 | 125 | 0.45 | 0 | 0.43 | 0.15 | 123.06 | 0.57 | 0.66 |
| Hex | 78 | DA | 7D | 2D | 0 | 2B | F | 7B | 39 | 42 |
| Octal | 170 | 332 | 175 | 55 | 0 | 53 | 17 | 173 | 71 | 102 |
| Binary | 1111000 | 11011010 | 1111101 | 101101 | 0 | 101011 | 1111 | 1111011 | 111001 | 1000010 |
Color Harmonies of #78DA7D
Complementary color
Monochromatic Colors of #78DA7D
Black with #78DA7D
Text Example
Text Example
White with #78DA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DA7D; }
p { color: rgb(120,218,125); }
H1.HeaderClassName
{
color: #78DA7D;
}
.AnyTagClassName
{
color: #78DA7D;
}
</style>
background-color css
<style>
a { background-color: #78DA7D; }
a { background-color: rgb(120,218,125); }
div.DivClassName
{
background-color: #78DA7D;
}
.BgClassName
{
background-color: #78DA7D;
}
</style>
border-color css
<style>
span { border-color: #78DA7D; }
span { border-color: rgb(120,218,125); }
td.TdClassName
{
border-color: #78DA7D;
}
.TagClassName
{
border-color: #78DA7D;
}
</style>