Html Css Color HEX #80D84D Mantis

📋 copy color: '#80D84D'

red 128 ◦ green 216 ◦ blue 77

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

Shades of Mantis #80D84D

Tints of Mantis #80D84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.29%

R = 30.4%
G = 51.31%
B = 18.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#80D84D (or 0x80D84D) is known color: Mantis. HEX triplet: 80, D8 and 4D. RGB value is (128,216,77). Sum of RGB (Red+Green+Blue) = 128+216+77=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #80D84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D84D is #7F27B2. Grayscale: #AEAEAE. Windows color (decimal): -8333235 or 5101696. OLE color: 5101696.

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

Color convert

RGB 128 216 77 -
CMYK 0.41 0 0.64 0.15
HSL 97.99º 0.64% 0.57% -
HSV(B) 97.99º 0.64% 0.85% -
XYZ 34.8 54.24 15.66 -
YUV 173.84 73.35 95.3 -
System Red Green Blue C M Y K H S L
Decimal 128 216 77 0.41 0 0.64 0.15 97.99 0.64 0.57
Hex 80 D8 4D 29 0 40 F 62 40 39
Octal 200 330 115 51 0 100 17 142 100 71
Binary 10000000 11011000 1001101 101001 0 1000000 1111 1100010 1000000 111001

Color Harmonies of #80D84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D84D

Black with #80D84D

Text Example


Text Example

White with #80D84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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