Html Css Color HEX #80BA42 Mantis

📋 copy color: '#80BA42'

red 128 ◦ green 186 ◦ blue 66

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

Shades of Mantis #80BA42

Tints of Mantis #80BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.37%

R = 33.68%
G = 48.95%
B = 17.37%

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

#80BA42 (or 0x80BA42) is known color: Mantis. HEX triplet: 80, BA and 42. RGB value is (128,186,66). Sum of RGB (Red+Green+Blue) = 128+186+66=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 66 (26.17% from 255 or 17.37% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BA42 is #7F45BD. Grayscale: #9B9B9B. Windows color (decimal): -8340926 or 4373120. OLE color: 4373120.

HSL color Cylindrical-coordinate representation of color #80BA42: hue angle of 89º 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 #80BA42 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 186 66 -
CMYK 0.31 0 0.65 0.27
HSL 89º 0.48% 0.49% -
HSV(B) 89º 0.65% 0.73% -
XYZ 27.44 40.1 11.45 -
YUV 154.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 128 186 66 0.31 0 0.65 0.27 89 0.48 0.49
Hex 80 BA 42 1F 0 41 1B 59 30 31
Octal 200 272 102 37 0 101 33 131 60 61
Binary 10000000 10111010 1000010 11111 0 1000001 11011 1011001 110000 110001

Color Harmonies of #80BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA42

Black with #80BA42

Text Example


Text Example

White with #80BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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