Html Css Color HEX #80B82C Lima

📋 copy color: '#80B82C'

red 128 ◦ green 184 ◦ blue 44

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

Shades of Lima #80B82C

Tints of Lima #80B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 35.96%
G = 51.69%
B = 12.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#80B82C (or 0x80B82C) is known color: Lima. HEX triplet: 80, B8 and 2C. RGB value is (128,184,44). Sum of RGB (Red+Green+Blue) = 128+184+44=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #80B82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B82C is #7F47D3. Grayscale: #979797. Windows color (decimal): -8341460 or 2930816. OLE color: 2930816.

HSL color Cylindrical-coordinate representation of color #80B82C: hue angle of 84º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80B82C is Cyan = 0.30, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 44 -
CMYK 0.30 0 0.76 0.28
HSL 84º 0.61% 0.45% -
HSV(B) 84º 0.76% 0.72% -
XYZ 26.5 39.05 8.52 -
YUV 151.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 128 184 44 0.30 0 0.76 0.28 84 0.61 0.45
Hex 80 B8 2C 1E 0 4C 1C 54 3D 2D
Octal 200 270 54 36 0 114 34 124 75 55
Binary 10000000 10111000 101100 11110 0 1001100 11100 1010100 111101 101101

Color Harmonies of #80B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B82C

Black with #80B82C

Text Example


Text Example

White with #80B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,184,44); }

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

background-color css

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

 a { background-color: rgb(128,184,44); }

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

border-color css

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

 span { border-color: rgb(128,184,44); }

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