Html Css Color HEX #80C132 Lima

📋 copy color: '#80C132'

red 128 ◦ green 193 ◦ blue 50

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

Shades of Lima #80C132

Tints of Lima #80C132

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.02%

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

R = 34.5%
G = 52.02%
B = 13.48%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#80C132 (or 0x80C132) is known color: Lima. HEX triplet: 80, C1 and 32. RGB value is (128,193,50). Sum of RGB (Red+Green+Blue) = 128+193+50=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #80C132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C132 is #7F3ECD. Grayscale: #9D9D9D. Windows color (decimal): -8339150 or 3326336. OLE color: 3326336.

HSL color Cylindrical-coordinate representation of color #80C132: hue angle of 87.27º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80C132 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 50 -
CMYK 0.34 0 0.74 0.24
HSL 87.27º 0.59% 0.48% -
HSV(B) 87.27º 0.74% 0.76% -
XYZ 28.55 42.96 9.8 -
YUV 157.26 67.47 107.13 -
System Red Green Blue C M Y K H S L
Decimal 128 193 50 0.34 0 0.74 0.24 87.27 0.59 0.48
Hex 80 C1 32 22 0 4A 18 57 3B 30
Octal 200 301 62 42 0 112 30 127 73 60
Binary 10000000 11000001 110010 100010 0 1001010 11000 1010111 111011 110000

Color Harmonies of #80C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C132

Black with #80C132

Text Example


Text Example

White with #80C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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