#78B916

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

Shades of Lima #78B916

Tints of Lima #78B916

Color information

#78B916 (or 0x78B916) is unknown color: approx Lima. HEX triplet: 78, B9 and 16. RGB value is (120,185,22). Sum of RGB (Red+Green+Blue) = 120+185+22=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 185 (72.66% from 255 or 56.57% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 185 - color contains mainly: green. Hex color #78B916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B916 is #8746E9. Grayscale: #939393. Windows color (decimal): -8865514 or 1489272. OLE color: 1489272.

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

Color convert

RGB12018522-
CMYK0.3500.880.27
HSL83.93º78.74%40.59%-
HSV(B)83.93º88.11%72.55%-
XYZ25.2438.756.91-
YUV146.9857.47108.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 185 (72.66% from 255) = 56.57%
BLUE value IS 22 (8.98% from 255) = 6.73%
R=36.70%
G=56.57%
B=6.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120185220.3500.880.2783.9378.7440.59
Hex78B916230581B544f29
Octal170271264301303312411751
Binary11110001011100110110100011010110001101110101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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