#80BB32

Color #80BB32 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80BB32

Tints of Lima #80BB32

Color information

#80BB32 (or 0x80BB32) is unknown color: approx Lima. HEX triplet: 80, BB and 32. RGB value is (128,187,50). Sum of RGB (Red+Green+Blue) = 128+187+50=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 187 (73.44% from 255 or 51.23% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB32 is #7F44CD. Grayscale: #9A9A9A. Windows color (decimal): -8340686 or 3324800. OLE color: 3324800.

HSL color Cylindrical-coordinate representation of color #80BB32: hue angle of 85.84º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80BB32 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB12818750-
CMYK0.3200.730.27
HSL85.84º57.81%46.47%-
HSV(B)85.84º73.26%73.33%-
XYZ27.2540.369.37-
YUV153.7469.45109.64-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 187 (73.44% from 255) = 51.23%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=35.07%
G=51.23%
B=13.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal128187500.3200.730.2785.8457.8146.47
Hex80BB32200491B563a2e
Octal20027362400111331267256
Binary100000001011101111001010000001001001110111010110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80BB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,187,50); }

 H1.HeaderClassName
 {
   color: #80BB32;
 }
 .AnyTagClassName
 {
   color: #80BB32;
 }
</style>
background-color css

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

 a { background-color: rgb(128,187,50); }

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

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

 span { border-color: rgb(128,187,50); }

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