Html Css Color HEX #80BA41 Mantis

📋 copy color: '#80BA41'

red 128 ◦ green 186 ◦ blue 65

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

Shades of Mantis #80BA41

Tints of Mantis #80BA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.15%

R = 33.77%
G = 49.08%
B = 17.15%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#80BA41 (or 0x80BA41) is known color: Mantis. HEX triplet: 80, BA and 41. RGB value is (128,186,65). Sum of RGB (Red+Green+Blue) = 128+186+65=379 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.77% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 65 (25.78% from 255 or 17.15% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA41 is #7F45BE. Grayscale: #9B9B9B. Windows color (decimal): -8340927 or 4307584. OLE color: 4307584.

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

Color convert

RGB 128 186 65 -
CMYK 0.31 0 0.65 0.27
HSL 88.76º 0.48% 0.49% -
HSV(B) 88.76º 0.65% 0.73% -
XYZ 27.42 40.09 11.29 -
YUV 154.86 77.28 108.84 -
System Red Green Blue C M Y K H S L
Decimal 128 186 65 0.31 0 0.65 0.27 88.76 0.48 0.49
Hex 80 BA 41 1F 0 41 1B 59 30 31
Octal 200 272 101 37 0 101 33 131 60 61
Binary 10000000 10111010 1000001 11111 0 1000001 11011 1011001 110000 110001

Color Harmonies of #80BA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA41

Black with #80BA41

Text Example


Text Example

White with #80BA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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