Shades of Light Green #78F088
Tints of Light Green #78F088
RGB
CMYK
RGB Variations
Color information
#78F088 (or 0x78F088) is known color: Light Green. HEX triplet: 78, F0 and 88. RGB value is (120,240,136). Sum of RGB (Red+Green+Blue) = 120+240+136=496 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.19% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #78F088 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F088 is #870F77. Grayscale: #C0C0C0. Windows color (decimal): -8851320 or 8974456. OLE color: 8974456.
HSL color Cylindrical-coordinate representation of color #78F088: hue angle of 128º 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 #78F088 is Cyan = 0.5, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 240 | 136 | - |
| CMYK | 0.5 | 0 | 0.43 | 0.06 |
| HSL | 128º | 0.8% | 0.71% | - |
| HSV(B) | 128º | 0.5% | 0.94% | - |
| XYZ | 43.35 | 68.09 | 34.15 | - |
| YUV | 192.26 | 96.24 | 76.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 240 | 136 | 0.5 | 0 | 0.43 | 0.06 | 128 | 0.8 | 0.71 |
| Hex | 78 | F0 | 88 | 32 | 0 | 2B | 6 | 80 | 50 | 47 |
| Octal | 170 | 360 | 210 | 62 | 0 | 53 | 6 | 200 | 120 | 107 |
| Binary | 1111000 | 11110000 | 10001000 | 110010 | 0 | 101011 | 110 | 10000000 | 1010000 | 1000111 |
Color Harmonies of #78F088
Complementary color
Monochromatic Colors of #78F088
Black with #78F088
Text Example
Text Example
White with #78F088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F088; }
p { color: rgb(120,240,136); }
H1.HeaderClassName
{
color: #78F088;
}
.AnyTagClassName
{
color: #78F088;
}
</style>
background-color css
<style>
a { background-color: #78F088; }
a { background-color: rgb(120,240,136); }
div.DivClassName
{
background-color: #78F088;
}
.BgClassName
{
background-color: #78F088;
}
</style>
border-color css
<style>
span { border-color: #78F088; }
span { border-color: rgb(120,240,136); }
td.TdClassName
{
border-color: #78F088;
}
.TagClassName
{
border-color: #78F088;
}
</style>