Html Css Color HEX #80C14D Mantis

📋 copy color: '#80C14D'

red 128 ◦ green 193 ◦ blue 77

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

Shades of Mantis #80C14D

Tints of Mantis #80C14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.35%

R = 32.16%
G = 48.49%
B = 19.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#80C14D (or 0x80C14D) is known color: Mantis. HEX triplet: 80, C1 and 4D. RGB value is (128,193,77). Sum of RGB (Red+Green+Blue) = 128+193+77=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 77 (30.47% from 255 or 19.35% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #80C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C14D is #7F3EB2. Grayscale: #A0A0A0. Windows color (decimal): -8339123 or 5095808. OLE color: 5095808.

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

Color convert

RGB 128 193 77 -
CMYK 0.34 0 0.60 0.24
HSL 93.62º 0.48% 0.53% -
HSV(B) 93.62º 0.6% 0.76% -
XYZ 29.31 43.26 13.83 -
YUV 160.34 80.97 104.93 -
System Red Green Blue C M Y K H S L
Decimal 128 193 77 0.34 0 0.60 0.24 93.62 0.48 0.53
Hex 80 C1 4D 22 0 3C 18 5E 30 35
Octal 200 301 115 42 0 74 30 136 60 65
Binary 10000000 11000001 1001101 100010 0 111100 11000 1011110 110000 110101

Color Harmonies of #80C14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C14D

Black with #80C14D

Text Example


Text Example

White with #80C14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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