Html Css Color HEX #80D860 Mantis

📋 copy color: '#80D860'

red 128 ◦ green 216 ◦ blue 96

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

Shades of Mantis #80D860

Tints of Mantis #80D860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.82%

R = 29.09%
G = 49.09%
B = 21.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#80D860 (or 0x80D860) is known color: Mantis. HEX triplet: 80, D8 and 60. RGB value is (128,216,96). Sum of RGB (Red+Green+Blue) = 128+216+96=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #80D860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D860 is #7F279F. Grayscale: #B0B0B0. Windows color (decimal): -8333216 or 6346880. OLE color: 6346880.

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

Color convert

RGB 128 216 96 -
CMYK 0.41 0 0.56 0.15
HSL 104º 0.61% 0.61% -
HSV(B) 104º 0.56% 0.85% -
XYZ 35.57 54.55 19.72 -
YUV 176.01 82.85 93.76 -
System Red Green Blue C M Y K H S L
Decimal 128 216 96 0.41 0 0.56 0.15 104 0.61 0.61
Hex 80 D8 60 29 0 38 F 68 3D 3D
Octal 200 330 140 51 0 70 17 150 75 75
Binary 10000000 11011000 1100000 101001 0 111000 1111 1101000 111101 111101

Color Harmonies of #80D860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D860

Black with #80D860

Text Example


Text Example

White with #80D860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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