#78B615

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

Shades of Lima #78B615

Tints of Lima #78B615

Color information

#78B615 (or 0x78B615) is unknown color: approx Lima. HEX triplet: 78, B6 and 15. RGB value is (120,182,21). Sum of RGB (Red+Green+Blue) = 120+182+21=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #78B615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B615 is #8749EA. Grayscale: #919191. Windows color (decimal): -8866283 or 1422968. OLE color: 1422968.

HSL color Cylindrical-coordinate representation of color #78B615: hue angle of 83.11º degrees, saturation: 0.79, 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 #78B615 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB12018221-
CMYK0.3400.880.29
HSL83.11º79.31%39.8%-
HSV(B)83.11º88.46%71.37%-
XYZ24.6137.56.65-
YUV145.1157.96110.09-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.15%
GREEN value IS 182 (71.48% from 255) = 56.35%
BLUE value IS 21 (8.59% from 255) = 6.50%
R=37.15%
G=56.35%
B=6.50%

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
Decimal120182210.3400.880.2983.1179.3139.8
Hex78B615220581D534f28
Octal170266254201303512311750
Binary11110001011011010101100010010110001110110100111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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