#78BC16

Color #78BC16 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #78BC16

Tints of Lima #78BC16

Color information

#78BC16 (or 0x78BC16) is unknown color: approx Lima. HEX triplet: 78, BC and 16. RGB value is (120,188,22). Sum of RGB (Red+Green+Blue) = 120+188+22=330 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.36% from 330); Green value is 188 (73.83% from 255 or 56.97% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 188 - color contains mainly: green. Hex color #78BC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BC16 is #8743E9. Grayscale: #959595. Windows color (decimal): -8864746 or 1490040. OLE color: 1490040.

HSL color Cylindrical-coordinate representation of color #78BC16: hue angle of 84.58º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78BC16 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB12018822-
CMYK0.3600.880.26
HSL84.58º79.05%41.18%-
HSV(B)84.58º88.3%73.73%-
XYZ25.8740.027.12-
YUV148.7456.47107.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 36.36%
GREEN value IS 188 (73.83% from 255) = 56.97%
BLUE value IS 22 (8.98% from 255) = 6.67%
R=36.36%
G=56.97%
B=6.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120188220.3600.880.2684.5879.0541.18
Hex78BC16240581A554f29
Octal170274264401303212511751
Binary11110001011110010110100100010110001101010101011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78BC16; }

 p { color: rgb(120,188,22); }

 H1.HeaderClassName
 {
   color: #78BC16;
 }
 .AnyTagClassName
 {
   color: #78BC16;
 }
</style>
background-color css

<style>
 a { background-color: #78BC16; }

 a { background-color: rgb(120,188,22); }

 div.DivClassName
 {
   background-color: #78BC16;
 }
 .BgClassName
 {
   background-color: #78BC16;
 }
</style>
border-color css

<style>
 span { border-color: #78BC16; }

 span { border-color: rgb(120,188,22); }

 td.TdClassName
 {
   border-color: #78BC16;
 }
 .TagClassName
 {
   border-color: #78BC16;
 }
</style>