#78BB12

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

Shades of Lima #78BB12

Tints of Lima #78BB12

Color information

#78BB12 (or 0x78BB12) is unknown color: approx Lima. HEX triplet: 78, BB and 12. RGB value is (120,187,18). Sum of RGB (Red+Green+Blue) = 120+187+18=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BB12 is #8744ED. Grayscale: #949494. Windows color (decimal): -8865006 or 1227640. OLE color: 1227640.

HSL color Cylindrical-coordinate representation of color #78BB12: hue angle of 83.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #78BB12 is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB12018718-
CMYK0.3600.900.27
HSL83.79º82.44%40.2%-
HSV(B)83.79º90.37%73.33%-
XYZ25.6339.586.86-
YUV147.754.8108.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.92%
GREEN value IS 187 (73.44% from 255) = 57.54%
BLUE value IS 18 (7.42% from 255) = 5.54%
R=36.92%
G=57.54%
B=5.54%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120187180.3600.900.2783.7982.4440.2
Hex78BB122405A1B545228
Octal170273224401323312412250
Binary11110001011101110010100100010110101101110101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,187,18); }

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

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

 a { background-color: rgb(120,187,18); }

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

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

 span { border-color: rgb(120,187,18); }

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