Html Css Color HEX #80D956 Mantis

📋 copy color: '#80D956'

red 128 ◦ green 217 ◦ blue 86

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

Shades of Mantis #80D956

Tints of Mantis #80D956

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.35%

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

R = 29.7%
G = 50.35%
B = 19.95%

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

#80D956 (or 0x80D956) is known color: Mantis. HEX triplet: 80, D9 and 56. RGB value is (128,217,86). Sum of RGB (Red+Green+Blue) = 128+217+86=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 86 (33.98% from 255 or 19.95% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #80D956 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D956 is #7F26A9. Grayscale: #AFAFAF. Windows color (decimal): -8332970 or 5691776. OLE color: 5691776.

HSL color Cylindrical-coordinate representation of color #80D956: hue angle of 100.76º degrees, saturation: 0.63, 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 #80D956 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 128 217 86 -
CMYK 0.41 0 0.60 0.15
HSL 100.76º 0.63% 0.59% -
HSV(B) 100.76º 0.6% 0.85% -
XYZ 35.39 54.89 17.53 -
YUV 175.46 77.51 94.15 -
System Red Green Blue C M Y K H S L
Decimal 128 217 86 0.41 0 0.60 0.15 100.76 0.63 0.59
Hex 80 D9 56 29 0 3C F 65 3F 3B
Octal 200 331 126 51 0 74 17 145 77 73
Binary 10000000 11011001 1010110 101001 0 111100 1111 1100101 111111 111011

Color Harmonies of #80D956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D956

Black with #80D956

Text Example


Text Example

White with #80D956

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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