Shades of Pastel Green #78E788
Tints of Pastel Green #78E788
RGB
CMYK
RGB Variations
Color information
#78E788 (or 0x78E788) is known color: Pastel Green. HEX triplet: 78, E7 and 88. RGB value is (120,231,136). Sum of RGB (Red+Green+Blue) = 120+231+136=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 136 (53.52% from 255 or 27.93% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #78E788 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78E788 is #871877. Grayscale: #BBBBBB. Windows color (decimal): -8853624 or 8972152. OLE color: 8972152.
HSL color Cylindrical-coordinate representation of color #78E788: hue angle of 128.65º degrees, saturation: 0.7, 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 #78E788 is Cyan = 0.48, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 231 | 136 | - |
| CMYK | 0.48 | 0 | 0.41 | 0.09 |
| HSL | 128.65º | 0.7% | 0.69% | - |
| HSV(B) | 128.65º | 0.48% | 0.91% | - |
| XYZ | 40.77 | 62.92 | 33.29 | - |
| YUV | 186.98 | 99.23 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 231 | 136 | 0.48 | 0 | 0.41 | 0.09 | 128.65 | 0.7 | 0.69 |
| Hex | 78 | E7 | 88 | 30 | 0 | 29 | 9 | 81 | 46 | 45 |
| Octal | 170 | 347 | 210 | 60 | 0 | 51 | 11 | 201 | 106 | 105 |
| Binary | 1111000 | 11100111 | 10001000 | 110000 | 0 | 101001 | 1001 | 10000001 | 1000110 | 1000101 |
Color Harmonies of #78E788
Complementary color
Monochromatic Colors of #78E788
Black with #78E788
Text Example
Text Example
White with #78E788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E788; }
p { color: rgb(120,231,136); }
H1.HeaderClassName
{
color: #78E788;
}
.AnyTagClassName
{
color: #78E788;
}
</style>
background-color css
<style>
a { background-color: #78E788; }
a { background-color: rgb(120,231,136); }
div.DivClassName
{
background-color: #78E788;
}
.BgClassName
{
background-color: #78E788;
}
</style>
border-color css
<style>
span { border-color: #78E788; }
span { border-color: rgb(120,231,136); }
td.TdClassName
{
border-color: #78E788;
}
.TagClassName
{
border-color: #78E788;
}
</style>