Html Css Color HEX #80D85B Mantis

📋 copy color: '#80D85B'

red 128 ◦ green 216 ◦ blue 91

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

Shades of Mantis #80D85B

Tints of Mantis #80D85B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.66%

 BLUE value IS 91 (35.94% from 255) = 20.92%

R = 29.43%
G = 49.66%
B = 20.92%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#80D85B (or 0x80D85B) is known color: Mantis. HEX triplet: 80, D8 and 5B. RGB value is (128,216,91). Sum of RGB (Red+Green+Blue) = 128+216+91=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 91 (35.94% from 255 or 20.92% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #80D85B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D85B is #7F27A4. Grayscale: #AFAFAF. Windows color (decimal): -8333221 or 6019200. OLE color: 6019200.

HSL color Cylindrical-coordinate representation of color #80D85B: hue angle of 102.24º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #80D85B is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 216 91 -
CMYK 0.41 0 0.58 0.15
HSL 102.24º 0.62% 0.6% -
HSV(B) 102.24º 0.58% 0.85% -
XYZ 35.35 54.46 18.55 -
YUV 175.44 80.35 94.16 -
System Red Green Blue C M Y K H S L
Decimal 128 216 91 0.41 0 0.58 0.15 102.24 0.62 0.6
Hex 80 D8 5B 29 0 3A F 66 3E 3C
Octal 200 330 133 51 0 72 17 146 76 74
Binary 10000000 11011000 1011011 101001 0 111010 1111 1100110 111110 111100

Color Harmonies of #80D85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D85B

Black with #80D85B

Text Example


Text Example

White with #80D85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,216,91); }

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

background-color css

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

 a { background-color: rgb(128,216,91); }

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

border-color css

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

 span { border-color: rgb(128,216,91); }

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