Shades of Pastel Green #78F087
Tints of Pastel Green #78F087
RGB
CMYK
RGB Variations
Color information
#78F087 (or 0x78F087) is known color: Pastel Green. HEX triplet: 78, F0 and 87. RGB value is (120,240,135). Sum of RGB (Red+Green+Blue) = 120+240+135=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #78F087 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F087 is #870F78. Grayscale: #C0C0C0. Windows color (decimal): -8851321 or 8908920. OLE color: 8908920.
HSL color Cylindrical-coordinate representation of color #78F087: hue angle of 127.5º 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 #78F087 is Cyan = 0.5, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 240 | 135 | - |
| CMYK | 0.5 | 0 | 0.44 | 0.06 |
| HSL | 127.5º | 0.8% | 0.71% | - |
| HSV(B) | 127.5º | 0.5% | 0.94% | - |
| XYZ | 43.28 | 68.06 | 33.78 | - |
| YUV | 192.15 | 95.74 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 240 | 135 | 0.5 | 0 | 0.44 | 0.06 | 127.5 | 0.8 | 0.71 |
| Hex | 78 | F0 | 87 | 32 | 0 | 2C | 6 | 80 | 50 | 47 |
| Octal | 170 | 360 | 207 | 62 | 0 | 54 | 6 | 200 | 120 | 107 |
| Binary | 1111000 | 11110000 | 10000111 | 110010 | 0 | 101100 | 110 | 10000000 | 1010000 | 1000111 |
Color Harmonies of #78F087
Complementary color
Monochromatic Colors of #78F087
Black with #78F087
Text Example
Text Example
White with #78F087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F087; }
p { color: rgb(120,240,135); }
H1.HeaderClassName
{
color: #78F087;
}
.AnyTagClassName
{
color: #78F087;
}
</style>
background-color css
<style>
a { background-color: #78F087; }
a { background-color: rgb(120,240,135); }
div.DivClassName
{
background-color: #78F087;
}
.BgClassName
{
background-color: #78F087;
}
</style>
border-color css
<style>
span { border-color: #78F087; }
span { border-color: rgb(120,240,135); }
td.TdClassName
{
border-color: #78F087;
}
.TagClassName
{
border-color: #78F087;
}
</style>