Html Css Color HEX #80BC11 Lima

📋 copy color: '#80BC11'

red 128 ◦ green 188 ◦ blue 17

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

Shades of Lima #80BC11

Tints of Lima #80BC11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.11%

R = 38.44%
G = 56.46%
B = 5.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#80BC11 (or 0x80BC11) is known color: Lima. HEX triplet: 80, BC and 11. RGB value is (128,188,17). Sum of RGB (Red+Green+Blue) = 128+188+17=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC11 is #7F43EE. Grayscale: #979797. Windows color (decimal): -8340463 or 1162368. OLE color: 1162368.

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

Color convert

RGB 128 188 17 -
CMYK 0.32 0 0.91 0.26
HSL 81.05º 0.83% 0.4% -
HSV(B) 81.05º 0.91% 0.74% -
XYZ 26.99 40.6 6.94 -
YUV 150.57 52.62 111.9 -
System Red Green Blue C M Y K H S L
Decimal 128 188 17 0.32 0 0.91 0.26 81.05 0.83 0.4
Hex 80 BC 11 20 0 5B 1A 51 53 28
Octal 200 274 21 40 0 133 32 121 123 50
Binary 10000000 10111100 10001 100000 0 1011011 11010 1010001 1010011 101000

Color Harmonies of #80BC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC11

Black with #80BC11

Text Example


Text Example

White with #80BC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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