Html Css Color HEX #78BA14 Lima

📋 copy color: '#78BA14'

red 120 ◦ green 186 ◦ blue 20

#78BA14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #78BA14

Tints of Lima #78BA14

RGB

 RED value IS 120 (47.27% from 255) = 36.81%

 GREEN value IS 186 (73.05% from 255) = 57.06%

 BLUE value IS 20 (8.2% from 255) = 6.13%

R = 36.81%
G = 57.06%
B = 6.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#78BA14 (or 0x78BA14) is known color: Lima. HEX triplet: 78, BA and 14. RGB value is (120,186,20). Sum of RGB (Red+Green+Blue) = 120+186+20=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 20 (8.20% from 255 or 6.13% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA14 is #8745EB. Grayscale: #939393. Windows color (decimal): -8865260 or 1358456. OLE color: 1358456.

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

Color convert

RGB 120 186 20 -
CMYK 0.35 0 0.89 0.27
HSL 83.86º 0.81% 0.4% -
HSV(B) 83.86º 0.89% 0.73% -
XYZ 25.43 39.16 6.88 -
YUV 147.34 56.13 108.5 -
System Red Green Blue C M Y K H S L
Decimal 120 186 20 0.35 0 0.89 0.27 83.86 0.81 0.4
Hex 78 BA 14 23 0 59 1B 54 51 28
Octal 170 272 24 43 0 131 33 124 121 50
Binary 1111000 10111010 10100 100011 0 1011001 11011 1010100 1010001 101000

Color Harmonies of #78BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BA14

Black with #78BA14

Text Example


Text Example

White with #78BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #78BA14;
 }
 .AnyTagClassName
 {
   color: #78BA14;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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