Shades of Pastel Green #78F080
Tints of Pastel Green #78F080
RGB
CMYK
RGB Variations
Color information
#78F080 (or 0x78F080) is known color: Pastel Green. HEX triplet: 78, F0 and 80. RGB value is (120,240,128). Sum of RGB (Red+Green+Blue) = 120+240+128=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #78F080 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F080 is #870F7F. Grayscale: #BFBFBF. Windows color (decimal): -8851328 or 8450168. OLE color: 8450168.
HSL color Cylindrical-coordinate representation of color #78F080: hue angle of 124º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F080 is Cyan = 0.5, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 240 | 128 | - |
| CMYK | 0.5 | 0 | 0.47 | 0.06 |
| HSL | 124º | 0.8% | 0.71% | - |
| HSV(B) | 124º | 0.5% | 0.94% | - |
| XYZ | 42.8 | 67.87 | 31.27 | - |
| YUV | 191.35 | 92.24 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 240 | 128 | 0.5 | 0 | 0.47 | 0.06 | 124 | 0.8 | 0.71 |
| Hex | 78 | F0 | 80 | 32 | 0 | 2F | 6 | 7C | 50 | 47 |
| Octal | 170 | 360 | 200 | 62 | 0 | 57 | 6 | 174 | 120 | 107 |
| Binary | 1111000 | 11110000 | 10000000 | 110010 | 0 | 101111 | 110 | 1111100 | 1010000 | 1000111 |
Color Harmonies of #78F080
Complementary color
Monochromatic Colors of #78F080
Black with #78F080
Text Example
Text Example
White with #78F080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F080; }
p { color: rgb(120,240,128); }
H1.HeaderClassName
{
color: #78F080;
}
.AnyTagClassName
{
color: #78F080;
}
</style>
background-color css
<style>
a { background-color: #78F080; }
a { background-color: rgb(120,240,128); }
div.DivClassName
{
background-color: #78F080;
}
.BgClassName
{
background-color: #78F080;
}
</style>
border-color css
<style>
span { border-color: #78F080; }
span { border-color: rgb(120,240,128); }
td.TdClassName
{
border-color: #78F080;
}
.TagClassName
{
border-color: #78F080;
}
</style>