Html Css Color HEX #78B014 Lima

📋 copy color: '#78B014'

red 120 ◦ green 176 ◦ blue 20

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

Shades of Lima #78B014

Tints of Lima #78B014

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.7%

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

R = 37.97%
G = 55.7%
B = 6.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#78B014 (or 0x78B014) is known color: Lima. HEX triplet: 78, B0 and 14. RGB value is (120,176,20). Sum of RGB (Red+Green+Blue) = 120+176+20=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 176 (69.14% from 255 or 55.70% from 316); Blue value is 20 (8.20% from 255 or 6.33% from 316); Max value from RGB is 176 - color contains mainly: green. Hex color #78B014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #78B014 is #874FEB. Grayscale: #8E8E8E. Windows color (decimal): -8867820 or 1355896. OLE color: 1355896.

HSL color Cylindrical-coordinate representation of color #78B014: hue angle of 81.54º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #78B014 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 176 20 -
CMYK 0.32 0 0.89 0.31
HSL 81.54º 0.8% 0.38% -
HSV(B) 81.54º 0.89% 0.69% -
XYZ 23.4 35.09 6.2 -
YUV 141.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 120 176 20 0.32 0 0.89 0.31 81.54 0.8 0.38
Hex 78 B0 14 20 0 59 1F 52 50 26
Octal 170 260 24 40 0 131 37 122 120 46
Binary 1111000 10110000 10100 100000 0 1011001 11111 1010010 1010000 100110

Color Harmonies of #78B014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B014

Black with #78B014

Text Example


Text Example

White with #78B014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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