Html Css Color HEX #80C05D Mantis

📋 copy color: '#80C05D'

red 128 ◦ green 192 ◦ blue 93

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

Shades of Mantis #80C05D

Tints of Mantis #80C05D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 46.49%

 BLUE value IS 93 (36.72% from 255) = 22.52%

R = 30.99%
G = 46.49%
B = 22.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#80C05D (or 0x80C05D) is known color: Mantis. HEX triplet: 80, C0 and 5D. RGB value is (128,192,93). Sum of RGB (Red+Green+Blue) = 128+192+93=413 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.99% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 93 (36.72% from 255 or 22.52% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #80C05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C05D is #7F3FA2. Grayscale: #A1A1A1. Windows color (decimal): -8339363 or 6144128. OLE color: 6144128.

HSL color Cylindrical-coordinate representation of color #80C05D: hue angle of 98.79º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80C05D is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 93 -
CMYK 0.33 0 0.52 0.25
HSL 98.79º 0.44% 0.56% -
HSV(B) 98.79º 0.52% 0.75% -
XYZ 29.73 43.08 17.1 -
YUV 161.58 89.3 104.05 -
System Red Green Blue C M Y K H S L
Decimal 128 192 93 0.33 0 0.52 0.25 98.79 0.44 0.56
Hex 80 C0 5D 21 0 34 19 63 2C 38
Octal 200 300 135 41 0 64 31 143 54 70
Binary 10000000 11000000 1011101 100001 0 110100 11001 1100011 101100 111000

Color Harmonies of #80C05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C05D

Black with #80C05D

Text Example


Text Example

White with #80C05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,93); }

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

background-color css

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

 a { background-color: rgb(128,192,93); }

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

border-color css

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

 span { border-color: rgb(128,192,93); }

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