Shades of Light Green #78F294
Tints of Light Green #78F294
RGB
CMYK
RGB Variations
Color information
#78F294 (or 0x78F294) is known color: Light Green. HEX triplet: 78, F2 and 94. RGB value is (120,242,148). Sum of RGB (Red+Green+Blue) = 120+242+148=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #78F294 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #78F294 is #870D6B. Grayscale: #C3C3C3. Windows color (decimal): -8850796 or 9761400. OLE color: 9761400.
HSL color Cylindrical-coordinate representation of color #78F294: hue angle of 133.77º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #78F294 is Cyan = 0.50, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 242 | 148 | - |
| CMYK | 0.50 | 0 | 0.39 | 0.05 |
| HSL | 133.77º | 0.82% | 0.71% | - |
| HSV(B) | 133.77º | 0.5% | 0.95% | - |
| XYZ | 44.84 | 69.64 | 39.09 | - |
| YUV | 194.81 | 101.58 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 242 | 148 | 0.50 | 0 | 0.39 | 0.05 | 133.77 | 0.82 | 0.71 |
| Hex | 78 | F2 | 94 | 32 | 0 | 27 | 5 | 86 | 52 | 47 |
| Octal | 170 | 362 | 224 | 62 | 0 | 47 | 5 | 206 | 122 | 107 |
| Binary | 1111000 | 11110010 | 10010100 | 110010 | 0 | 100111 | 101 | 10000110 | 1010010 | 1000111 |
Color Harmonies of #78F294
Complementary color
Monochromatic Colors of #78F294
Black with #78F294
Text Example
Text Example
White with #78F294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78F294; }
p { color: rgb(120,242,148); }
H1.HeaderClassName
{
color: #78F294;
}
.AnyTagClassName
{
color: #78F294;
}
</style>
background-color css
<style>
a { background-color: #78F294; }
a { background-color: rgb(120,242,148); }
div.DivClassName
{
background-color: #78F294;
}
.BgClassName
{
background-color: #78F294;
}
</style>
border-color css
<style>
span { border-color: #78F294; }
span { border-color: rgb(120,242,148); }
td.TdClassName
{
border-color: #78F294;
}
.TagClassName
{
border-color: #78F294;
}
</style>