Html Css Color HEX #80C363 Mantis

📋 copy color: '#80C363'

red 128 ◦ green 195 ◦ blue 99

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

Shades of Mantis #80C363

Tints of Mantis #80C363

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.21%

 BLUE value IS 99 (39.06% from 255) = 23.46%

R = 30.33%
G = 46.21%
B = 23.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#80C363 (or 0x80C363) is known color: Mantis. HEX triplet: 80, C3 and 63. RGB value is (128,195,99). Sum of RGB (Red+Green+Blue) = 128+195+99=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #80C363 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C363 is #7F3C9C. Grayscale: #A4A4A4. Windows color (decimal): -8338589 or 6538112. OLE color: 6538112.

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

Color convert

RGB 128 195 99 -
CMYK 0.34 0 0.49 0.24
HSL 101.88º 0.44% 0.58% -
HSV(B) 101.88º 0.49% 0.76% -
XYZ 30.67 44.52 18.78 -
YUV 164.02 91.3 102.31 -
System Red Green Blue C M Y K H S L
Decimal 128 195 99 0.34 0 0.49 0.24 101.88 0.44 0.58
Hex 80 C3 63 22 0 31 18 66 2C 3A
Octal 200 303 143 42 0 61 30 146 54 72
Binary 10000000 11000011 1100011 100010 0 110001 11000 1100110 101100 111010

Color Harmonies of #80C363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C363

Black with #80C363

Text Example


Text Example

White with #80C363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,195,99); }

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

background-color css

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

 a { background-color: rgb(128,195,99); }

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

border-color css

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

 span { border-color: rgb(128,195,99); }

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