Html Css Color HEX #80BA62 Mantis

📋 copy color: '#80BA62'

red 128 ◦ green 186 ◦ blue 98

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

Shades of Mantis #80BA62

Tints of Mantis #80BA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 23.79%

R = 31.07%
G = 45.15%
B = 23.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#80BA62 (or 0x80BA62) is known color: Mantis. HEX triplet: 80, BA and 62. RGB value is (128,186,98). Sum of RGB (Red+Green+Blue) = 128+186+98=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA62 is #7F459D. Grayscale: #9E9E9E. Windows color (decimal): -8340894 or 6470272. OLE color: 6470272.

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

Color convert

RGB 128 186 98 -
CMYK 0.31 0 0.47 0.27
HSL 99.55º 0.39% 0.56% -
HSV(B) 99.55º 0.47% 0.73% -
XYZ 28.67 40.59 17.88 -
YUV 158.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 128 186 98 0.31 0 0.47 0.27 99.55 0.39 0.56
Hex 80 BA 62 1F 0 2F 1B 64 27 38
Octal 200 272 142 37 0 57 33 144 47 70
Binary 10000000 10111010 1100010 11111 0 101111 11011 1100100 100111 111000

Color Harmonies of #80BA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA62

Black with #80BA62

Text Example


Text Example

White with #80BA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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