Html Css Color HEX #80D356 Mantis

📋 copy color: '#80D356'

red 128 ◦ green 211 ◦ blue 86

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

Shades of Mantis #80D356

Tints of Mantis #80D356

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.65%

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

R = 30.12%
G = 49.65%
B = 20.24%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#80D356 (or 0x80D356) is known color: Mantis. HEX triplet: 80, D3 and 56. RGB value is (128,211,86). Sum of RGB (Red+Green+Blue) = 128+211+86=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 86 (33.98% from 255 or 20.24% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #80D356 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D356 is #7F2CA9. Grayscale: #ACACAC. Windows color (decimal): -8334506 or 5690240. OLE color: 5690240.

HSL color Cylindrical-coordinate representation of color #80D356: hue angle of 99.84º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #80D356 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 128 211 86 -
CMYK 0.39 0 0.59 0.17
HSL 99.84º 0.59% 0.58% -
HSV(B) 99.84º 0.59% 0.83% -
XYZ 33.88 51.85 17.03 -
YUV 171.93 79.5 96.66 -
System Red Green Blue C M Y K H S L
Decimal 128 211 86 0.39 0 0.59 0.17 99.84 0.59 0.58
Hex 80 D3 56 27 0 3B 11 64 3B 3A
Octal 200 323 126 47 0 73 21 144 73 72
Binary 10000000 11010011 1010110 100111 0 111011 10001 1100100 111011 111010

Color Harmonies of #80D356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D356

Black with #80D356

Text Example


Text Example

White with #80D356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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