Shades of Pastel Green #78E672
Tints of Pastel Green #78E672
RGB
CMYK
RGB Variations
Color information
#78E672 (or 0x78E672) is known color: Pastel Green. HEX triplet: 78, E6 and 72. RGB value is (120,230,114). Sum of RGB (Red+Green+Blue) = 120+230+114=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #78E672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78E672 is #87198D. Grayscale: #B8B8B8. Windows color (decimal): -8853902 or 7530104. OLE color: 7530104.
HSL color Cylindrical-coordinate representation of color #78E672: hue angle of 116.9º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78E672 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 230 | 114 | - |
| CMYK | 0.48 | 0 | 0.50 | 0.10 |
| HSL | 116.9º | 0.7% | 0.67% | - |
| HSV(B) | 116.9º | 0.5% | 0.9% | - |
| XYZ | 39.08 | 61.8 | 25.79 | - |
| YUV | 183.89 | 88.56 | 82.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 230 | 114 | 0.48 | 0 | 0.50 | 0.10 | 116.9 | 0.7 | 0.67 |
| Hex | 78 | E6 | 72 | 30 | 0 | 32 | A | 75 | 46 | 43 |
| Octal | 170 | 346 | 162 | 60 | 0 | 62 | 12 | 165 | 106 | 103 |
| Binary | 1111000 | 11100110 | 1110010 | 110000 | 0 | 110010 | 1010 | 1110101 | 1000110 | 1000011 |
Color Harmonies of #78E672
Complementary color
Monochromatic Colors of #78E672
Black with #78E672
Text Example
Text Example
White with #78E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E672; }
p { color: rgb(120,230,114); }
H1.HeaderClassName
{
color: #78E672;
}
.AnyTagClassName
{
color: #78E672;
}
</style>
background-color css
<style>
a { background-color: #78E672; }
a { background-color: rgb(120,230,114); }
div.DivClassName
{
background-color: #78E672;
}
.BgClassName
{
background-color: #78E672;
}
</style>
border-color css
<style>
span { border-color: #78E672; }
span { border-color: rgb(120,230,114); }
td.TdClassName
{
border-color: #78E672;
}
.TagClassName
{
border-color: #78E672;
}
</style>