Html Css Color HEX #80C032 Lima

📋 copy color: '#80C032'

red 128 ◦ green 192 ◦ blue 50

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

Shades of Lima #80C032

Tints of Lima #80C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.89%

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

R = 34.59%
G = 51.89%
B = 13.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#80C032 (or 0x80C032) is known color: Lima. HEX triplet: 80, C0 and 32. RGB value is (128,192,50). Sum of RGB (Red+Green+Blue) = 128+192+50=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 192 (75.39% from 255 or 51.89% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 192 - color contains mainly: green. Hex color #80C032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C032 is #7F3FCD. Grayscale: #9D9D9D. Windows color (decimal): -8339406 or 3326080. OLE color: 3326080.

HSL color Cylindrical-coordinate representation of color #80C032: hue angle of 87.04º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80C032 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 50 -
CMYK 0.33 0 0.74 0.25
HSL 87.04º 0.59% 0.47% -
HSV(B) 87.04º 0.74% 0.75% -
XYZ 28.33 42.52 9.73 -
YUV 156.68 67.8 107.55 -
System Red Green Blue C M Y K H S L
Decimal 128 192 50 0.33 0 0.74 0.25 87.04 0.59 0.47
Hex 80 C0 32 21 0 4A 19 57 3B 2F
Octal 200 300 62 41 0 112 31 127 73 57
Binary 10000000 11000000 110010 100001 0 1001010 11001 1010111 111011 101111

Color Harmonies of #80C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C032

Black with #80C032

Text Example


Text Example

White with #80C032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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