Html Css Color HEX #80D863 Mantis

📋 copy color: '#80D863'

red 128 ◦ green 216 ◦ blue 99

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

Shades of Mantis #80D863

Tints of Mantis #80D863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.35%

R = 28.89%
G = 48.76%
B = 22.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#80D863 (or 0x80D863) is known color: Mantis. HEX triplet: 80, D8 and 63. RGB value is (128,216,99). Sum of RGB (Red+Green+Blue) = 128+216+99=443 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.89% from 443); Green value is 216 (84.77% from 255 or 48.76% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 216 - color contains mainly: green. Hex color #80D863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D863 is #7F279C. Grayscale: #B0B0B0. Windows color (decimal): -8333213 or 6543488. OLE color: 6543488.

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

Color convert

RGB 128 216 99 -
CMYK 0.41 0 0.54 0.15
HSL 105.13º 0.6% 0.62% -
HSV(B) 105.13º 0.54% 0.85% -
XYZ 35.71 54.6 20.46 -
YUV 176.35 84.35 93.51 -
System Red Green Blue C M Y K H S L
Decimal 128 216 99 0.41 0 0.54 0.15 105.13 0.6 0.62
Hex 80 D8 63 29 0 36 F 69 3C 3E
Octal 200 330 143 51 0 66 17 151 74 76
Binary 10000000 11011000 1100011 101001 0 110110 1111 1101001 111100 111110

Color Harmonies of #80D863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D863

Black with #80D863

Text Example


Text Example

White with #80D863

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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