Html Css Color HEX #80BA28 Lima

📋 copy color: '#80BA28'

red 128 ◦ green 186 ◦ blue 40

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

Shades of Lima #80BA28

Tints of Lima #80BA28

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.54%

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

R = 36.16%
G = 52.54%
B = 11.3%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#80BA28 (or 0x80BA28) is known color: Lima. HEX triplet: 80, BA and 28. RGB value is (128,186,40). Sum of RGB (Red+Green+Blue) = 128+186+40=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 186 (73.05% from 255 or 52.54% from 354); Blue value is 40 (16.02% from 255 or 11.30% from 354); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA28 is #7F45D7. Grayscale: #989898. Windows color (decimal): -8340952 or 2669184. OLE color: 2669184.

HSL color Cylindrical-coordinate representation of color #80BA28: hue angle of 83.84º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80BA28 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 40 -
CMYK 0.31 0 0.78 0.27
HSL 83.84º 0.65% 0.44% -
HSV(B) 83.84º 0.78% 0.73% -
XYZ 26.84 39.86 8.29 -
YUV 152.01 64.78 110.87 -
System Red Green Blue C M Y K H S L
Decimal 128 186 40 0.31 0 0.78 0.27 83.84 0.65 0.44
Hex 80 BA 28 1F 0 4E 1B 54 41 2C
Octal 200 272 50 37 0 116 33 124 101 54
Binary 10000000 10111010 101000 11111 0 1001110 11011 1010100 1000001 101100

Color Harmonies of #80BA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA28

Black with #80BA28

Text Example


Text Example

White with #80BA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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