Html Css Color HEX #80B862 Mantis

📋 copy color: '#80B862'

red 128 ◦ green 184 ◦ blue 98

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

Shades of Mantis #80B862

Tints of Mantis #80B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.88%

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

R = 31.22%
G = 44.88%
B = 23.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#80B862 (or 0x80B862) is known color: Mantis. HEX triplet: 80, B8 and 62. RGB value is (128,184,98). Sum of RGB (Red+Green+Blue) = 128+184+98=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 184 (72.27% from 255 or 44.88% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 184 - color contains mainly: green. Hex color #80B862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B862 is #7F479D. Grayscale: #9D9D9D. Windows color (decimal): -8341406 or 6469760. OLE color: 6469760.

HSL color Cylindrical-coordinate representation of color #80B862: hue angle of 99.07º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80B862 is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 184 98 -
CMYK 0.30 0 0.47 0.28
HSL 99.07º 0.38% 0.55% -
HSV(B) 99.07º 0.47% 0.72% -
XYZ 28.25 39.75 17.74 -
YUV 157.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 128 184 98 0.30 0 0.47 0.28 99.07 0.38 0.55
Hex 80 B8 62 1E 0 2F 1C 63 26 37
Octal 200 270 142 36 0 57 34 143 46 67
Binary 10000000 10111000 1100010 11110 0 101111 11100 1100011 100110 110111

Color Harmonies of #80B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B862

Black with #80B862

Text Example


Text Example

White with #80B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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