Shades of Lawn Green #78EA14
Tints of Lawn Green #78EA14
RGB
CMYK
RGB Variations
Color information
#78EA14 (or 0x78EA14) is known color: Lawn Green. HEX triplet: 78, EA and 14. RGB value is (120,234,20). Sum of RGB (Red+Green+Blue) = 120+234+20=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #78EA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #78EA14 is #8715EB. Grayscale: #B0B0B0. Windows color (decimal): -8852972 or 1370744. OLE color: 1370744.
HSL color Cylindrical-coordinate representation of color #78EA14: hue angle of 91.96º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78EA14 is Cyan = 0.49, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 234 | 20 | - |
| CMYK | 0.49 | 0 | 0.91 | 0.08 |
| HSL | 91.96º | 0.84% | 0.5% | - |
| HSV(B) | 91.96º | 0.91% | 0.92% | - |
| XYZ | 37.29 | 62.89 | 10.84 | - |
| YUV | 175.52 | 40.23 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 234 | 20 | 0.49 | 0 | 0.91 | 0.08 | 91.96 | 0.84 | 0.5 |
| Hex | 78 | EA | 14 | 31 | 0 | 5B | 8 | 5C | 54 | 32 |
| Octal | 170 | 352 | 24 | 61 | 0 | 133 | 10 | 134 | 124 | 62 |
| Binary | 1111000 | 11101010 | 10100 | 110001 | 0 | 1011011 | 1000 | 1011100 | 1010100 | 110010 |
Color Harmonies of #78EA14
Complementary color
Monochromatic Colors of #78EA14
Black with #78EA14
Text Example
Text Example
White with #78EA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78EA14; }
p { color: rgb(120,234,20); }
H1.HeaderClassName
{
color: #78EA14;
}
.AnyTagClassName
{
color: #78EA14;
}
</style>
background-color css
<style>
a { background-color: #78EA14; }
a { background-color: rgb(120,234,20); }
div.DivClassName
{
background-color: #78EA14;
}
.BgClassName
{
background-color: #78EA14;
}
</style>
border-color css
<style>
span { border-color: #78EA14; }
span { border-color: rgb(120,234,20); }
td.TdClassName
{
border-color: #78EA14;
}
.TagClassName
{
border-color: #78EA14;
}
</style>