Html Css Color HEX #80D856 Mantis

📋 copy color: '#80D856'

red 128 ◦ green 216 ◦ blue 86

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

Shades of Mantis #80D856

Tints of Mantis #80D856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 20%

R = 29.77%
G = 50.23%
B = 20%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#80D856 (or 0x80D856) is known color: Mantis. HEX triplet: 80, D8 and 56. RGB value is (128,216,86). Sum of RGB (Red+Green+Blue) = 128+216+86=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 86 (33.98% from 255 or 20% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #80D856 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D856 is #7F27A9. Grayscale: #AFAFAF. Windows color (decimal): -8333226 or 5691520. OLE color: 5691520.

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

Color convert

RGB 128 216 86 -
CMYK 0.41 0 0.60 0.15
HSL 100.62º 0.63% 0.59% -
HSV(B) 100.62º 0.6% 0.85% -
XYZ 35.14 54.37 17.45 -
YUV 174.87 77.85 94.57 -
System Red Green Blue C M Y K H S L
Decimal 128 216 86 0.41 0 0.60 0.15 100.62 0.63 0.59
Hex 80 D8 56 29 0 3C F 65 3E 3B
Octal 200 330 126 51 0 74 17 145 76 73
Binary 10000000 11011000 1010110 101001 0 111100 1111 1100101 111110 111011

Color Harmonies of #80D856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D856

Black with #80D856

Text Example


Text Example

White with #80D856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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