Html Css Color HEX #80C140 Mantis

📋 copy color: '#80C140'

red 128 ◦ green 193 ◦ blue 64

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

Shades of Mantis #80C140

Tints of Mantis #80C140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.62%

R = 33.25%
G = 50.13%
B = 16.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#80C140 (or 0x80C140) is known color: Mantis. HEX triplet: 80, C1 and 40. RGB value is (128,193,64). Sum of RGB (Red+Green+Blue) = 128+193+64=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 193 (75.78% from 255 or 50.13% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 193 - color contains mainly: green. Hex color #80C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C140 is #7F3EBF. Grayscale: #9F9F9F. Windows color (decimal): -8339136 or 4243840. OLE color: 4243840.

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

Color convert

RGB 128 193 64 -
CMYK 0.34 0 0.67 0.24
HSL 90.23º 0.51% 0.5% -
HSV(B) 90.23º 0.67% 0.76% -
XYZ 28.9 43.1 11.65 -
YUV 158.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 128 193 64 0.34 0 0.67 0.24 90.23 0.51 0.5
Hex 80 C1 40 22 0 43 18 5A 33 32
Octal 200 301 100 42 0 103 30 132 63 62
Binary 10000000 11000001 1000000 100010 0 1000011 11000 1011010 110011 110010

Color Harmonies of #80C140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C140

Black with #80C140

Text Example


Text Example

White with #80C140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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