#78B614

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

Shades of Lima #78B614

Tints of Lima #78B614

Color information

#78B614 (or 0x78B614) is unknown color: approx Lima. HEX triplet: 78, B6 and 14. RGB value is (120,182,20). Sum of RGB (Red+Green+Blue) = 120+182+20=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #78B614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78B614 is #8749EB. Grayscale: #919191. Windows color (decimal): -8866284 or 1357432. OLE color: 1357432.

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

Color convert

RGB12018220-
CMYK0.3400.890.29
HSL82.96º80.2%39.61%-
HSV(B)82.96º89.01%71.37%-
XYZ24.637.56.6-
YUV144.9957.46110.17-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 182 (71.48% from 255) = 56.52%
BLUE value IS 20 (8.20% from 255) = 6.21%
R=37.27%
G=56.52%
B=6.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120182200.3400.890.2982.9680.239.61
Hex78B614220591D535028
Octal170266244201313512312050
Binary11110001011011010100100010010110011110110100111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78B614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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