Html Css Color HEX #80C56A Mantis

📋 copy color: '#80C56A'

red 128 ◦ green 197 ◦ blue 106

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

Shades of Mantis #80C56A

Tints of Mantis #80C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.71%

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 29.7%
G = 45.71%
B = 24.59%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#80C56A (or 0x80C56A) is known color: Mantis. HEX triplet: 80, C5 and 6A. RGB value is (128,197,106). Sum of RGB (Red+Green+Blue) = 128+197+106=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #80C56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C56A is #7F3A95. Grayscale: #A6A6A6. Windows color (decimal): -8338070 or 6997376. OLE color: 6997376.

HSL color Cylindrical-coordinate representation of color #80C56A: hue angle of 105.49º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #80C56A is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 197 106 -
CMYK 0.35 0 0.46 0.23
HSL 105.49º 0.44% 0.59% -
HSV(B) 105.49º 0.46% 0.77% -
XYZ 31.47 45.56 20.77 -
YUV 166 94.14 100.9 -
System Red Green Blue C M Y K H S L
Decimal 128 197 106 0.35 0 0.46 0.23 105.49 0.44 0.59
Hex 80 C5 6A 23 0 2E 17 69 2C 3B
Octal 200 305 152 43 0 56 27 151 54 73
Binary 10000000 11000101 1101010 100011 0 101110 10111 1101001 101100 111011

Color Harmonies of #80C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C56A

Black with #80C56A

Text Example


Text Example

White with #80C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,197,106); }

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

background-color css

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

 a { background-color: rgb(128,197,106); }

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

border-color css

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

 span { border-color: rgb(128,197,106); }

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