Shades of Pastel Green #78E88D
Tints of Pastel Green #78E88D
RGB
CMYK
RGB Variations
Color information
#78E88D (or 0x78E88D) is known color: Pastel Green. HEX triplet: 78, E8 and 8D. RGB value is (120,232,141). Sum of RGB (Red+Green+Blue) = 120+232+141=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #78E88D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E88D is #871772. Grayscale: #BCBCBC. Windows color (decimal): -8853363 or 9300088. OLE color: 9300088.
HSL color Cylindrical-coordinate representation of color #78E88D: hue angle of 131.25º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78E88D is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 232 | 141 | - |
| CMYK | 0.48 | 0 | 0.39 | 0.09 |
| HSL | 131.25º | 0.71% | 0.69% | - |
| HSV(B) | 131.25º | 0.48% | 0.91% | - |
| XYZ | 41.41 | 63.63 | 35.3 | - |
| YUV | 188.14 | 101.39 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 232 | 141 | 0.48 | 0 | 0.39 | 0.09 | 131.25 | 0.71 | 0.69 |
| Hex | 78 | E8 | 8D | 30 | 0 | 27 | 9 | 83 | 47 | 45 |
| Octal | 170 | 350 | 215 | 60 | 0 | 47 | 11 | 203 | 107 | 105 |
| Binary | 1111000 | 11101000 | 10001101 | 110000 | 0 | 100111 | 1001 | 10000011 | 1000111 | 1000101 |
Color Harmonies of #78E88D
Complementary color
Monochromatic Colors of #78E88D
Black with #78E88D
Text Example
Text Example
White with #78E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E88D; }
p { color: rgb(120,232,141); }
H1.HeaderClassName
{
color: #78E88D;
}
.AnyTagClassName
{
color: #78E88D;
}
</style>
background-color css
<style>
a { background-color: #78E88D; }
a { background-color: rgb(120,232,141); }
div.DivClassName
{
background-color: #78E88D;
}
.BgClassName
{
background-color: #78E88D;
}
</style>
border-color css
<style>
span { border-color: #78E88D; }
span { border-color: rgb(120,232,141); }
td.TdClassName
{
border-color: #78E88D;
}
.TagClassName
{
border-color: #78E88D;
}
</style>