Shades of Light Green #78EA9E
Tints of Light Green #78EA9E
RGB
CMYK
RGB Variations
Color information
#78EA9E (or 0x78EA9E) is known color: Light Green. HEX triplet: 78, EA and 9E. RGB value is (120,234,158). Sum of RGB (Red+Green+Blue) = 120+234+158=512 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.44% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 158 (62.11% from 255 or 30.86% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA9E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EA9E is #871561. Grayscale: #BFBFBF. Windows color (decimal): -8852834 or 10414712. OLE color: 10414712.
HSL color Cylindrical-coordinate representation of color #78EA9E: hue angle of 140º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EA9E is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 158 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.08 |
| HSL | 140º | 0.73% | 0.69% | - |
| HSV(B) | 140º | 0.49% | 0.92% | - |
| XYZ | 43.34 | 65.31 | 42.67 | - |
| YUV | 191.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 158 | 0.49 | 0 | 0.32 | 0.08 | 140 | 0.73 | 0.69 |
| Hex | 78 | EA | 9E | 31 | 0 | 20 | 8 | 8C | 49 | 45 |
| Octal | 170 | 352 | 236 | 61 | 0 | 40 | 10 | 214 | 111 | 105 |
| Binary | 1111000 | 11101010 | 10011110 | 110001 | 0 | 100000 | 1000 | 10001100 | 1001001 | 1000101 |
Color Harmonies of #78EA9E
Complementary color
Monochromatic Colors of #78EA9E
Black with #78EA9E
Text Example
Text Example
White with #78EA9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EA9E; }
p { color: rgb(120,234,158); }
H1.HeaderClassName
{
color: #78EA9E;
}
.AnyTagClassName
{
color: #78EA9E;
}
</style>
background-color css
<style>
a { background-color: #78EA9E; }
a { background-color: rgb(120,234,158); }
div.DivClassName
{
background-color: #78EA9E;
}
.BgClassName
{
background-color: #78EA9E;
}
</style>
border-color css
<style>
span { border-color: #78EA9E; }
span { border-color: rgb(120,234,158); }
td.TdClassName
{
border-color: #78EA9E;
}
.TagClassName
{
border-color: #78EA9E;
}
</style>