Html Css Color HEX #80B321 Lima

📋 copy color: '#80B321'

red 128 ◦ green 179 ◦ blue 33

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

Shades of Lima #80B321

Tints of Lima #80B321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 52.65%

 BLUE value IS 33 (13.28% from 255) = 9.71%

R = 37.65%
G = 52.65%
B = 9.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#80B321 (or 0x80B321) is known color: Lima. HEX triplet: 80, B3 and 21. RGB value is (128,179,33). Sum of RGB (Red+Green+Blue) = 128+179+33=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 179 (70.31% from 255 or 52.65% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 179 - color contains mainly: green. Hex color #80B321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B321 is #7F4CDE. Grayscale: #939393. Windows color (decimal): -8342751 or 2208640. OLE color: 2208640.

HSL color Cylindrical-coordinate representation of color #80B321: hue angle of 80.96º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80B321 is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.

Color convert

RGB 128 179 33 -
CMYK 0.28 0 0.82 0.30
HSL 80.96º 0.69% 0.42% -
HSV(B) 80.96º 0.82% 0.7% -
XYZ 25.3 36.94 7.24 -
YUV 147.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 128 179 33 0.28 0 0.82 0.30 80.96 0.69 0.42
Hex 80 B3 21 1C 0 52 1E 51 45 2A
Octal 200 263 41 34 0 122 36 121 105 52
Binary 10000000 10110011 100001 11100 0 1010010 11110 1010001 1000101 101010

Color Harmonies of #80B321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B321

Black with #80B321

Text Example


Text Example

White with #80B321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,179,33); }

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

background-color css

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

 a { background-color: rgb(128,179,33); }

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

border-color css

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

 span { border-color: rgb(128,179,33); }

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