Html Css Color HEX #80BB32 Lima

📋 copy color: '#80BB32'

red 128 ◦ green 187 ◦ blue 50

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

Shades of Lima #80BB32

Tints of Lima #80BB32

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.7%

R = 35.07%
G = 51.23%
B = 13.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#80BB32 (or 0x80BB32) is known color: 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

RGB 128 187 50 -
CMYK 0.32 0 0.73 0.27
HSL 85.84º 0.58% 0.46% -
HSV(B) 85.84º 0.73% 0.73% -
XYZ 27.25 40.36 9.37 -
YUV 153.74 69.45 109.64 -
System Red Green Blue C M Y K H S L
Decimal 128 187 50 0.32 0 0.73 0.27 85.84 0.58 0.46
Hex 80 BB 32 20 0 49 1B 56 3A 2E
Octal 200 273 62 40 0 111 33 126 72 56
Binary 10000000 10111011 110010 100000 0 1001001 11011 1010110 111010 101110

Color Harmonies of #80BB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB32

Black with #80BB32

Text Example


Text Example

White with #80BB32

Text Example


Text Example

HTML Codes & Css Web 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>