Html Css Color HEX #80BC14 Lima

📋 copy color: '#80BC14'

red 128 ◦ green 188 ◦ blue 20

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

Shades of Lima #80BC14

Tints of Lima #80BC14

RGB

 RED value IS 128 (50.39% from 255) = 38.1%

 GREEN value IS 188 (73.83% from 255) = 55.95%

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

R = 38.1%
G = 55.95%
B = 5.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#80BC14 (or 0x80BC14) is known color: Lima. HEX triplet: 80, BC and 14. RGB value is (128,188,20). Sum of RGB (Red+Green+Blue) = 128+188+20=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 188 (73.83% from 255 or 55.95% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC14 is #7F43EB. Grayscale: #979797. Windows color (decimal): -8340460 or 1358976. OLE color: 1358976.

HSL color Cylindrical-coordinate representation of color #80BC14: hue angle of 81.43º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80BC14 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 20 -
CMYK 0.32 0 0.89 0.26
HSL 81.43º 0.81% 0.41% -
HSV(B) 81.43º 0.89% 0.74% -
XYZ 27.01 40.61 7.08 -
YUV 150.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 128 188 20 0.32 0 0.89 0.26 81.43 0.81 0.41
Hex 80 BC 14 20 0 59 1A 51 51 29
Octal 200 274 24 40 0 131 32 121 121 51
Binary 10000000 10111100 10100 100000 0 1011001 11010 1010001 1010001 101001

Color Harmonies of #80BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC14

Black with #80BC14

Text Example


Text Example

White with #80BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BC14; }

 p { color: rgb(128,188,20); }

 H1.HeaderClassName
 {
   color: #80BC14;
 }
 .AnyTagClassName
 {
   color: #80BC14;
 }
</style>

background-color css

<style>
 a { background-color: #80BC14; }

 a { background-color: rgb(128,188,20); }

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

border-color css

<style>
 span { border-color: #80BC14; }

 span { border-color: rgb(128,188,20); }

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