Html Css Color HEX #80B325 Lima

📋 copy color: '#80B325'

red 128 ◦ green 179 ◦ blue 37

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

Shades of Lima #80B325

Tints of Lima #80B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.76%

R = 37.21%
G = 52.03%
B = 10.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#80B325 (or 0x80B325) is known color: Lima. HEX triplet: 80, B3 and 25. RGB value is (128,179,37). Sum of RGB (Red+Green+Blue) = 128+179+37=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 179 (70.31% from 255 or 52.03% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 179 - color contains mainly: green. Hex color #80B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B325 is #7F4CDA. Grayscale: #949494. Windows color (decimal): -8342747 or 2470784. OLE color: 2470784.

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

Color convert

RGB 128 179 37 -
CMYK 0.28 0 0.79 0.30
HSL 81.55º 0.66% 0.42% -
HSV(B) 81.55º 0.79% 0.7% -
XYZ 25.36 36.96 7.55 -
YUV 147.56 65.6 114.05 -
System Red Green Blue C M Y K H S L
Decimal 128 179 37 0.28 0 0.79 0.30 81.55 0.66 0.42
Hex 80 B3 25 1C 0 4F 1E 52 42 2A
Octal 200 263 45 34 0 117 36 122 102 52
Binary 10000000 10110011 100101 11100 0 1001111 11110 1010010 1000010 101010

Color Harmonies of #80B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B325

Black with #80B325

Text Example


Text Example

White with #80B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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