Html Css Color HEX #80B867 Mantis

📋 copy color: '#80B867'

red 128 ◦ green 184 ◦ blue 103

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

Shades of Mantis #80B867

Tints of Mantis #80B867

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 24.82%

R = 30.84%
G = 44.34%
B = 24.82%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#80B867 (or 0x80B867) is known color: Mantis. HEX triplet: 80, B8 and 67. RGB value is (128,184,103). Sum of RGB (Red+Green+Blue) = 128+184+103=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 184 (72.27% from 255 or 44.34% from 415); Blue value is 103 (40.62% from 255 or 24.82% from 415); Max value from RGB is 184 - color contains mainly: green. Hex color #80B867 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80B867 is #7F4798. Grayscale: #9E9E9E. Windows color (decimal): -8341401 or 6797440. OLE color: 6797440.

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

Color convert

RGB 128 184 103 -
CMYK 0.30 0 0.44 0.28
HSL 101.48º 0.36% 0.56% -
HSV(B) 101.48º 0.44% 0.72% -
XYZ 28.49 39.85 19.02 -
YUV 158.02 96.95 106.59 -
System Red Green Blue C M Y K H S L
Decimal 128 184 103 0.30 0 0.44 0.28 101.48 0.36 0.56
Hex 80 B8 67 1E 0 2C 1C 65 24 38
Octal 200 270 147 36 0 54 34 145 44 70
Binary 10000000 10111000 1100111 11110 0 101100 11100 1100101 100100 111000

Color Harmonies of #80B867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B867

Black with #80B867

Text Example


Text Example

White with #80B867

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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