Html Css Color HEX #80C141 Mantis

📋 copy color: '#80C141'

red 128 ◦ green 193 ◦ blue 65

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

Shades of Mantis #80C141

Tints of Mantis #80C141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.84%

R = 33.16%
G = 50%
B = 16.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#80C141 (or 0x80C141) is known color: Mantis. HEX triplet: 80, C1 and 41. RGB value is (128,193,65). Sum of RGB (Red+Green+Blue) = 128+193+65=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 65 (25.78% from 255 or 16.84% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #80C141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C141 is #7F3EBE. Grayscale: #9F9F9F. Windows color (decimal): -8339135 or 4309376. OLE color: 4309376.

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

Color convert

RGB 128 193 65 -
CMYK 0.34 0 0.66 0.24
HSL 90.47º 0.51% 0.51% -
HSV(B) 90.47º 0.66% 0.76% -
XYZ 28.93 43.11 11.8 -
YUV 158.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 128 193 65 0.34 0 0.66 0.24 90.47 0.51 0.51
Hex 80 C1 41 22 0 42 18 5A 33 33
Octal 200 301 101 42 0 102 30 132 63 63
Binary 10000000 11000001 1000001 100010 0 1000010 11000 1011010 110011 110011

Color Harmonies of #80C141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C141

Black with #80C141

Text Example


Text Example

White with #80C141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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