Html Css Color HEX #80C13E Mantis

📋 copy color: '#80C13E'

red 128 ◦ green 193 ◦ blue 62

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

Shades of Mantis #80C13E

Tints of Mantis #80C13E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 33.42%
G = 50.39%
B = 16.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#80C13E (or 0x80C13E) is known color: Mantis. HEX triplet: 80, C1 and 3E. RGB value is (128,193,62). Sum of RGB (Red+Green+Blue) = 128+193+62=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #80C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C13E is #7F3EC1. Grayscale: #9F9F9F. Windows color (decimal): -8339138 or 4112768. OLE color: 4112768.

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

Color convert

RGB 128 193 62 -
CMYK 0.34 0 0.68 0.24
HSL 89.77º 0.51% 0.5% -
HSV(B) 89.77º 0.68% 0.76% -
XYZ 28.84 43.08 11.35 -
YUV 158.63 73.47 106.15 -
System Red Green Blue C M Y K H S L
Decimal 128 193 62 0.34 0 0.68 0.24 89.77 0.51 0.5
Hex 80 C1 3E 22 0 44 18 5A 33 32
Octal 200 301 76 42 0 104 30 132 63 62
Binary 10000000 11000001 111110 100010 0 1000100 11000 1011010 110011 110010

Color Harmonies of #80C13E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C13E

Black with #80C13E

Text Example


Text Example

White with #80C13E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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