Html Css Color HEX #80D846 Mantis

📋 copy color: '#80D846'

red 128 ◦ green 216 ◦ blue 70

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

Shades of Mantis #80D846

Tints of Mantis #80D846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.91%

R = 30.92%
G = 52.17%
B = 16.91%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#80D846 (or 0x80D846) is known color: Mantis. HEX triplet: 80, D8 and 46. RGB value is (128,216,70). Sum of RGB (Red+Green+Blue) = 128+216+70=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 216 (84.77% from 255 or 52.17% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 216 - color contains mainly: green. Hex color #80D846 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D846 is #7F27B9. Grayscale: #ADADAD. Windows color (decimal): -8333242 or 4642944. OLE color: 4642944.

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

Color convert

RGB 128 216 70 -
CMYK 0.41 0 0.68 0.15
HSL 96.16º 0.65% 0.56% -
HSV(B) 96.16º 0.68% 0.85% -
XYZ 34.56 54.14 14.42 -
YUV 173.04 69.85 95.87 -
System Red Green Blue C M Y K H S L
Decimal 128 216 70 0.41 0 0.68 0.15 96.16 0.65 0.56
Hex 80 D8 46 29 0 44 F 60 41 38
Octal 200 330 106 51 0 104 17 140 101 70
Binary 10000000 11011000 1000110 101001 0 1000100 1111 1100000 1000001 111000

Color Harmonies of #80D846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D846

Black with #80D846

Text Example


Text Example

White with #80D846

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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