Html Css Color HEX #80B628 Lima

📋 copy color: '#80B628'

red 128 ◦ green 182 ◦ blue 40

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

Shades of Lima #80B628

Tints of Lima #80B628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.43%

R = 36.57%
G = 52%
B = 11.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#80B628 (or 0x80B628) is known color: Lima. HEX triplet: 80, B6 and 28. RGB value is (128,182,40). Sum of RGB (Red+Green+Blue) = 128+182+40=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 182 (71.48% from 255 or 52% from 350); Blue value is 40 (16.02% from 255 or 11.43% from 350); Max value from RGB is 182 - color contains mainly: green. Hex color #80B628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B628 is #7F49D7. Grayscale: #969696. Windows color (decimal): -8341976 or 2668160. OLE color: 2668160.

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

Color convert

RGB 128 182 40 -
CMYK 0.30 0 0.78 0.29
HSL 82.82º 0.64% 0.44% -
HSV(B) 82.82º 0.78% 0.71% -
XYZ 26.01 38.2 8.01 -
YUV 149.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 128 182 40 0.30 0 0.78 0.29 82.82 0.64 0.44
Hex 80 B6 28 1E 0 4E 1D 53 40 2C
Octal 200 266 50 36 0 116 35 123 100 54
Binary 10000000 10110110 101000 11110 0 1001110 11101 1010011 1000000 101100

Color Harmonies of #80B628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B628

Black with #80B628

Text Example


Text Example

White with #80B628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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