#78B616

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

Shades of Lima #78B616

Tints of Lima #78B616

Color information

#78B616 (or 0x78B616) is unknown color: approx Lima. HEX triplet: 78, B6 and 16. RGB value is (120,182,22). Sum of RGB (Red+Green+Blue) = 120+182+22=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #78B616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B616 is #8749E9. Grayscale: #919191. Windows color (decimal): -8866282 or 1488504. OLE color: 1488504.

HSL color Cylindrical-coordinate representation of color #78B616: hue angle of 83.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #78B616 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB12018222-
CMYK0.3400.880.29
HSL83.25º78.43%40%-
HSV(B)83.25º87.91%71.37%-
XYZ24.6237.516.7-
YUV145.2258.46110.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.04%
GREEN value IS 182 (71.48% from 255) = 56.17%
BLUE value IS 22 (8.98% from 255) = 6.79%
R=37.04%
G=56.17%
B=6.79%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120182220.3400.880.2983.2578.4340
Hex78B616220581D534e28
Octal170266264201303512311650
Binary11110001011011010110100010010110001110110100111001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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