Html Css Color HEX #80C871 Mantis

📋 copy color: '#80C871'

red 128 ◦ green 200 ◦ blue 113

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

Shades of Mantis #80C871

Tints of Mantis #80C871

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 113 (44.53% from 255) = 25.62%

R = 29.02%
G = 45.35%
B = 25.62%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#80C871 (or 0x80C871) is known color: Mantis. HEX triplet: 80, C8 and 71. RGB value is (128,200,113). Sum of RGB (Red+Green+Blue) = 128+200+113=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #80C871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C871 is #7F378E. Grayscale: #A8A8A8. Windows color (decimal): -8337295 or 7456896. OLE color: 7456896.

HSL color Cylindrical-coordinate representation of color #80C871: hue angle of 109.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80C871 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 128 200 113 -
CMYK 0.36 0 0.44 0.22
HSL 109.66º 0.44% 0.61% -
HSV(B) 109.66º 0.44% 0.78% -
XYZ 32.54 47.09 23 -
YUV 168.55 96.65 99.07 -
System Red Green Blue C M Y K H S L
Decimal 128 200 113 0.36 0 0.44 0.22 109.66 0.44 0.61
Hex 80 C8 71 24 0 2C 16 6E 2C 3D
Octal 200 310 161 44 0 54 26 156 54 75
Binary 10000000 11001000 1110001 100100 0 101100 10110 1101110 101100 111101

Color Harmonies of #80C871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C871

Black with #80C871

Text Example


Text Example

White with #80C871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,200,113); }

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

background-color css

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

 a { background-color: rgb(128,200,113); }

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

border-color css

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

 span { border-color: rgb(128,200,113); }

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