Html Css Color HEX #80D54C Mantis

📋 copy color: '#80D54C'

red 128 ◦ green 213 ◦ blue 76

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

Shades of Mantis #80D54C

Tints of Mantis #80D54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 51.08%

 BLUE value IS 76 (30.08% from 255) = 18.23%

R = 30.7%
G = 51.08%
B = 18.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#80D54C (or 0x80D54C) is known color: Mantis. HEX triplet: 80, D5 and 4C. RGB value is (128,213,76). Sum of RGB (Red+Green+Blue) = 128+213+76=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 213 (83.59% from 255 or 51.08% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 213 - color contains mainly: green. Hex color #80D54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D54C is #7F2AB3. Grayscale: #ACACAC. Windows color (decimal): -8334004 or 5035392. OLE color: 5035392.

HSL color Cylindrical-coordinate representation of color #80D54C: hue angle of 97.23º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #80D54C is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 76 -
CMYK 0.40 0 0.64 0.16
HSL 97.23º 0.62% 0.57% -
HSV(B) 97.23º 0.64% 0.84% -
XYZ 34 52.7 15.22 -
YUV 171.97 73.84 96.64 -
System Red Green Blue C M Y K H S L
Decimal 128 213 76 0.40 0 0.64 0.16 97.23 0.62 0.57
Hex 80 D5 4C 28 0 40 10 61 3E 39
Octal 200 325 114 50 0 100 20 141 76 71
Binary 10000000 11010101 1001100 101000 0 1000000 10000 1100001 111110 111001

Color Harmonies of #80D54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D54C

Black with #80D54C

Text Example


Text Example

White with #80D54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,213,76); }

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

background-color css

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

 a { background-color: rgb(128,213,76); }

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

border-color css

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

 span { border-color: rgb(128,213,76); }

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