Html Css Color HEX #80BD32 Lima

📋 copy color: '#80BD32'

red 128 ◦ green 189 ◦ blue 50

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

Shades of Lima #80BD32

Tints of Lima #80BD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.5%

 BLUE value IS 50 (19.92% from 255) = 13.62%

R = 34.88%
G = 51.5%
B = 13.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#80BD32 (or 0x80BD32) is known color: Lima. HEX triplet: 80, BD and 32. RGB value is (128,189,50). Sum of RGB (Red+Green+Blue) = 128+189+50=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD32 is #7F42CD. Grayscale: #9B9B9B. Windows color (decimal): -8340174 or 3325312. OLE color: 3325312.

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

Color convert

RGB 128 189 50 -
CMYK 0.32 0 0.74 0.26
HSL 86.33º 0.58% 0.47% -
HSV(B) 86.33º 0.74% 0.74% -
XYZ 27.68 41.21 9.51 -
YUV 154.92 68.79 108.8 -
System Red Green Blue C M Y K H S L
Decimal 128 189 50 0.32 0 0.74 0.26 86.33 0.58 0.47
Hex 80 BD 32 20 0 4A 1A 56 3A 2F
Octal 200 275 62 40 0 112 32 126 72 57
Binary 10000000 10111101 110010 100000 0 1001010 11010 1010110 111010 101111

Color Harmonies of #80BD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD32

Black with #80BD32

Text Example


Text Example

White with #80BD32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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