Html Css Color HEX #80C154 Mantis

📋 copy color: '#80C154'

red 128 ◦ green 193 ◦ blue 84

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

Shades of Mantis #80C154

Tints of Mantis #80C154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.65%

 BLUE value IS 84 (33.2% from 255) = 20.74%

R = 31.6%
G = 47.65%
B = 20.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#80C154 (or 0x80C154) is known color: Mantis. HEX triplet: 80, C1 and 54. RGB value is (128,193,84). Sum of RGB (Red+Green+Blue) = 128+193+84=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 84 (33.20% from 255 or 20.74% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #80C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C154 is #7F3EAB. Grayscale: #A1A1A1. Windows color (decimal): -8339116 or 5554560. OLE color: 5554560.

HSL color Cylindrical-coordinate representation of color #80C154: hue angle of 95.78º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #80C154 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 193 84 -
CMYK 0.34 0 0.56 0.24
HSL 95.78º 0.47% 0.54% -
HSV(B) 95.78º 0.56% 0.76% -
XYZ 29.57 43.37 15.2 -
YUV 161.14 84.47 104.36 -
System Red Green Blue C M Y K H S L
Decimal 128 193 84 0.34 0 0.56 0.24 95.78 0.47 0.54
Hex 80 C1 54 22 0 38 18 60 2F 36
Octal 200 301 124 42 0 70 30 140 57 66
Binary 10000000 11000001 1010100 100010 0 111000 11000 1100000 101111 110110

Color Harmonies of #80C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C154

Black with #80C154

Text Example


Text Example

White with #80C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,193,84); }

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

background-color css

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

 a { background-color: rgb(128,193,84); }

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

border-color css

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

 span { border-color: rgb(128,193,84); }

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