Html Css Color HEX #80B632 Lima

📋 copy color: '#80B632'

red 128 ◦ green 182 ◦ blue 50

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

Shades of Lima #80B632

Tints of Lima #80B632

RGB

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

 GREEN value IS 182 (71.48% from 255) = 50.56%

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

R = 35.56%
G = 50.56%
B = 13.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#80B632 (or 0x80B632) is known color: Lima. HEX triplet: 80, B6 and 32. RGB value is (128,182,50). Sum of RGB (Red+Green+Blue) = 128+182+50=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 182 (71.48% from 255 or 50.56% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 182 - color contains mainly: green. Hex color #80B632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B632 is #7F49CD. Grayscale: #979797. Windows color (decimal): -8341966 or 3323520. OLE color: 3323520.

HSL color Cylindrical-coordinate representation of color #80B632: hue angle of 84.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80B632 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 182 50 -
CMYK 0.30 0 0.73 0.29
HSL 84.55º 0.57% 0.45% -
HSV(B) 84.55º 0.73% 0.71% -
XYZ 26.21 38.28 9.02 -
YUV 150.81 71.11 111.73 -
System Red Green Blue C M Y K H S L
Decimal 128 182 50 0.30 0 0.73 0.29 84.55 0.57 0.45
Hex 80 B6 32 1E 0 49 1D 55 39 2D
Octal 200 266 62 36 0 111 35 125 71 55
Binary 10000000 10110110 110010 11110 0 1001001 11101 1010101 111001 101101

Color Harmonies of #80B632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B632

Black with #80B632

Text Example


Text Example

White with #80B632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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