Shades of Lima #78AF20
Tints of Lima #78AF20
RGB
CMYK
RGB Variations
Color information
#78AF20 (or 0x78AF20) is known color: Lima. HEX triplet: 78, AF and 20. RGB value is (120,175,32). Sum of RGB (Red+Green+Blue) = 120+175+32=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #78AF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AF20 is #8750DF. Grayscale: #8E8E8E. Windows color (decimal): -8868064 or 2142072. OLE color: 2142072.
HSL color Cylindrical-coordinate representation of color #78AF20: hue angle of 83.08º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78AF20 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 120 | 175 | 32 | - |
| CMYK | 0.31 | 0 | 0.82 | 0.31 |
| HSL | 83.08º | 0.69% | 0.41% | - |
| HSV(B) | 83.08º | 0.82% | 0.69% | - |
| XYZ | 23.34 | 34.76 | 6.85 | - |
| YUV | 142.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 175 | 32 | 0.31 | 0 | 0.82 | 0.31 | 83.08 | 0.69 | 0.41 |
| Hex | 78 | AF | 20 | 1F | 0 | 52 | 1F | 53 | 45 | 29 |
| Octal | 170 | 257 | 40 | 37 | 0 | 122 | 37 | 123 | 105 | 51 |
| Binary | 1111000 | 10101111 | 100000 | 11111 | 0 | 1010010 | 11111 | 1010011 | 1000101 | 101001 |
Color Harmonies of #78AF20
Complementary color
Monochromatic Colors of #78AF20
Black with #78AF20
Text Example
Text Example
White with #78AF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AF20; }
p { color: rgb(120,175,32); }
H1.HeaderClassName
{
color: #78AF20;
}
.AnyTagClassName
{
color: #78AF20;
}
</style>
background-color css
<style>
a { background-color: #78AF20; }
a { background-color: rgb(120,175,32); }
div.DivClassName
{
background-color: #78AF20;
}
.BgClassName
{
background-color: #78AF20;
}
</style>
border-color css
<style>
span { border-color: #78AF20; }
span { border-color: rgb(120,175,32); }
td.TdClassName
{
border-color: #78AF20;
}
.TagClassName
{
border-color: #78AF20;
}
</style>