Shades of Light Green #78EEA2
Tints of Light Green #78EEA2
RGB
CMYK
RGB Variations
Color information
#78EEA2 (or 0x78EEA2) is known color: Light Green. HEX triplet: 78, EE and A2. RGB value is (120,238,162). Sum of RGB (Red+Green+Blue) = 120+238+162=520 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.08% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 162 (63.67% from 255 or 31.15% from 520); Max value from RGB is 238 - color contains mainly: green. Hex color #78EEA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78EEA2 is #87115D. Grayscale: #C2C2C2. Windows color (decimal): -8851806 or 10677880. OLE color: 10677880.
HSL color Cylindrical-coordinate representation of color #78EEA2: hue angle of 141.36º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78EEA2 is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 238 | 162 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.07 |
| HSL | 141.36º | 0.78% | 0.7% | - |
| HSV(B) | 141.36º | 0.5% | 0.93% | - |
| XYZ | 44.84 | 67.75 | 44.9 | - |
| YUV | 194.05 | 109.91 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 238 | 162 | 0.50 | 0 | 0.32 | 0.07 | 141.36 | 0.78 | 0.7 |
| Hex | 78 | EE | A2 | 32 | 0 | 20 | 7 | 8D | 4E | 46 |
| Octal | 170 | 356 | 242 | 62 | 0 | 40 | 7 | 215 | 116 | 106 |
| Binary | 1111000 | 11101110 | 10100010 | 110010 | 0 | 100000 | 111 | 10001101 | 1001110 | 1000110 |
Color Harmonies of #78EEA2
Complementary color
Monochromatic Colors of #78EEA2
Black with #78EEA2
Text Example
Text Example
White with #78EEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EEA2; }
p { color: rgb(120,238,162); }
H1.HeaderClassName
{
color: #78EEA2;
}
.AnyTagClassName
{
color: #78EEA2;
}
</style>
background-color css
<style>
a { background-color: #78EEA2; }
a { background-color: rgb(120,238,162); }
div.DivClassName
{
background-color: #78EEA2;
}
.BgClassName
{
background-color: #78EEA2;
}
</style>
border-color css
<style>
span { border-color: #78EEA2; }
span { border-color: rgb(120,238,162); }
td.TdClassName
{
border-color: #78EEA2;
}
.TagClassName
{
border-color: #78EEA2;
}
</style>