Html Css Color HEX #80BA63 Mantis

📋 copy color: '#80BA63'

red 128 ◦ green 186 ◦ blue 99

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

Shades of Mantis #80BA63

Tints of Mantis #80BA63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 23.97%

R = 30.99%
G = 45.04%
B = 23.97%

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

#80BA63 (or 0x80BA63) is known color: Mantis. HEX triplet: 80, BA and 63. RGB value is (128,186,99). Sum of RGB (Red+Green+Blue) = 128+186+99=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80BA63 is #7F459C. Grayscale: #9F9F9F. Windows color (decimal): -8340893 or 6535808. OLE color: 6535808.

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

Color convert

RGB 128 186 99 -
CMYK 0.31 0 0.47 0.27
HSL 100º 0.39% 0.56% -
HSV(B) 100º 0.47% 0.73% -
XYZ 28.71 40.61 18.13 -
YUV 158.74 94.28 106.07 -
System Red Green Blue C M Y K H S L
Decimal 128 186 99 0.31 0 0.47 0.27 100 0.39 0.56
Hex 80 BA 63 1F 0 2F 1B 64 27 38
Octal 200 272 143 37 0 57 33 144 47 70
Binary 10000000 10111010 1100011 11111 0 101111 11011 1100100 100111 111000

Color Harmonies of #80BA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA63

Black with #80BA63

Text Example


Text Example

White with #80BA63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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