Shades of Lawn Green #78DC14
Tints of Lawn Green #78DC14
RGB
CMYK
RGB Variations
Color information
#78DC14 (or 0x78DC14) is known color: Lawn Green. HEX triplet: 78, DC and 14. RGB value is (120,220,20). Sum of RGB (Red+Green+Blue) = 120+220+20=360 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.33% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 20 (8.20% from 255 or 5.56% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78DC14 is #8723EB. Grayscale: #A7A7A7. Windows color (decimal): -8856556 or 1367160. OLE color: 1367160.
HSL color Cylindrical-coordinate representation of color #78DC14: hue angle of 90º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #78DC14 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 20 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.14 |
| HSL | 90º | 0.83% | 0.47% | - |
| HSV(B) | 90º | 0.91% | 0.86% | - |
| XYZ | 33.47 | 55.23 | 9.56 | - |
| YUV | 167.3 | 44.87 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 20 | 0.45 | 0 | 0.91 | 0.14 | 90 | 0.83 | 0.47 |
| Hex | 78 | DC | 14 | 2D | 0 | 5B | E | 5A | 53 | 2F |
| Octal | 170 | 334 | 24 | 55 | 0 | 133 | 16 | 132 | 123 | 57 |
| Binary | 1111000 | 11011100 | 10100 | 101101 | 0 | 1011011 | 1110 | 1011010 | 1010011 | 101111 |
Color Harmonies of #78DC14
Complementary color
Monochromatic Colors of #78DC14
Black with #78DC14
Text Example
Text Example
White with #78DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC14; }
p { color: rgb(120,220,20); }
H1.HeaderClassName
{
color: #78DC14;
}
.AnyTagClassName
{
color: #78DC14;
}
</style>
background-color css
<style>
a { background-color: #78DC14; }
a { background-color: rgb(120,220,20); }
div.DivClassName
{
background-color: #78DC14;
}
.BgClassName
{
background-color: #78DC14;
}
</style>
border-color css
<style>
span { border-color: #78DC14; }
span { border-color: rgb(120,220,20); }
td.TdClassName
{
border-color: #78DC14;
}
.TagClassName
{
border-color: #78DC14;
}
</style>