Html Css Color HEX #78BA12 Lima

📋 copy color: '#78BA12'

red 120 ◦ green 186 ◦ blue 18

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

Shades of Lima #78BA12

Tints of Lima #78BA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 37.04%
G = 57.41%
B = 5.56%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#78BA12 (or 0x78BA12) is known color: Lima. HEX triplet: 78, BA and 12. RGB value is (120,186,18). Sum of RGB (Red+Green+Blue) = 120+186+18=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #78BA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #78BA12 is #8745ED. Grayscale: #939393. Windows color (decimal): -8865262 or 1227384. OLE color: 1227384.

HSL color Cylindrical-coordinate representation of color #78BA12: hue angle of 83.57º 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 #78BA12 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 186 18 -
CMYK 0.35 0 0.90 0.27
HSL 83.57º 0.82% 0.4% -
HSV(B) 83.57º 0.9% 0.73% -
XYZ 25.41 39.15 6.79 -
YUV 147.11 55.13 108.66 -
System Red Green Blue C M Y K H S L
Decimal 120 186 18 0.35 0 0.90 0.27 83.57 0.82 0.4
Hex 78 BA 12 23 0 5A 1B 54 52 28
Octal 170 272 22 43 0 132 33 124 122 50
Binary 1111000 10111010 10010 100011 0 1011010 11011 1010100 1010010 101000

Color Harmonies of #78BA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78BA12

Black with #78BA12

Text Example


Text Example

White with #78BA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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