Html Css Color HEX #80B15E Mantis

📋 copy color: '#80B15E'

red 128 ◦ green 177 ◦ blue 94

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

Shades of Mantis #80B15E

Tints of Mantis #80B15E

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 32.08%
G = 44.36%
B = 23.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#80B15E (or 0x80B15E) is known color: Mantis. HEX triplet: 80, B1 and 5E. RGB value is (128,177,94). Sum of RGB (Red+Green+Blue) = 128+177+94=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 177 - color contains mainly: green. Hex color #80B15E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B15E is #7F4EA1. Grayscale: #999999. Windows color (decimal): -8343202 or 6205824. OLE color: 6205824.

HSL color Cylindrical-coordinate representation of color #80B15E: hue angle of 95.42º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80B15E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 177 94 -
CMYK 0.28 0 0.47 0.31
HSL 95.42º 0.35% 0.53% -
HSV(B) 95.42º 0.47% 0.69% -
XYZ 26.64 36.84 16.3 -
YUV 152.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 128 177 94 0.28 0 0.47 0.31 95.42 0.35 0.53
Hex 80 B1 5E 1C 0 2F 1F 5F 23 35
Octal 200 261 136 34 0 57 37 137 43 65
Binary 10000000 10110001 1011110 11100 0 101111 11111 1011111 100011 110101

Color Harmonies of #80B15E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B15E

Black with #80B15E

Text Example


Text Example

White with #80B15E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,177,94); }

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

background-color css

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

 a { background-color: rgb(128,177,94); }

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

border-color css

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

 span { border-color: rgb(128,177,94); }

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