Shades of Light Green #78EDA2
Tints of Light Green #78EDA2
RGB
CMYK
RGB Variations
Color information
#78EDA2 (or 0x78EDA2) is known color: Light Green. HEX triplet: 78, ED and A2. RGB value is (120,237,162). Sum of RGB (Red+Green+Blue) = 120+237+162=519 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.12% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #78EDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EDA2 is #87125D. Grayscale: #C1C1C1. Windows color (decimal): -8852062 or 10677624. OLE color: 10677624.
HSL color Cylindrical-coordinate representation of color #78EDA2: hue angle of 141.54º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78EDA2 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 237 | 162 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.07 |
| HSL | 141.54º | 0.76% | 0.7% | - |
| HSV(B) | 141.54º | 0.49% | 0.93% | - |
| XYZ | 44.55 | 67.17 | 44.8 | - |
| YUV | 193.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 237 | 162 | 0.49 | 0 | 0.32 | 0.07 | 141.54 | 0.76 | 0.7 |
| Hex | 78 | ED | A2 | 31 | 0 | 20 | 7 | 8E | 4C | 46 |
| Octal | 170 | 355 | 242 | 61 | 0 | 40 | 7 | 216 | 114 | 106 |
| Binary | 1111000 | 11101101 | 10100010 | 110001 | 0 | 100000 | 111 | 10001110 | 1001100 | 1000110 |
Color Harmonies of #78EDA2
Complementary color
Monochromatic Colors of #78EDA2
Black with #78EDA2
Text Example
Text Example
White with #78EDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EDA2; }
p { color: rgb(120,237,162); }
H1.HeaderClassName
{
color: #78EDA2;
}
.AnyTagClassName
{
color: #78EDA2;
}
</style>
background-color css
<style>
a { background-color: #78EDA2; }
a { background-color: rgb(120,237,162); }
div.DivClassName
{
background-color: #78EDA2;
}
.BgClassName
{
background-color: #78EDA2;
}
</style>
border-color css
<style>
span { border-color: #78EDA2; }
span { border-color: rgb(120,237,162); }
td.TdClassName
{
border-color: #78EDA2;
}
.TagClassName
{
border-color: #78EDA2;
}
</style>