Html Css Color HEX #80C347 Mantis

📋 copy color: '#80C347'

red 128 ◦ green 195 ◦ blue 71

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

Shades of Mantis #80C347

Tints of Mantis #80C347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.02%

R = 32.49%
G = 49.49%
B = 18.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#80C347 (or 0x80C347) is known color: Mantis. HEX triplet: 80, C3 and 47. RGB value is (128,195,71). Sum of RGB (Red+Green+Blue) = 128+195+71=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #80C347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C347 is #7F3CB8. Grayscale: #A1A1A1. Windows color (decimal): -8338617 or 4703104. OLE color: 4703104.

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

Color convert

RGB 128 195 71 -
CMYK 0.34 0 0.64 0.24
HSL 92.42º 0.51% 0.52% -
HSV(B) 92.42º 0.64% 0.76% -
XYZ 29.55 44.07 12.91 -
YUV 160.83 77.3 104.58 -
System Red Green Blue C M Y K H S L
Decimal 128 195 71 0.34 0 0.64 0.24 92.42 0.51 0.52
Hex 80 C3 47 22 0 40 18 5C 33 34
Octal 200 303 107 42 0 100 30 134 63 64
Binary 10000000 11000011 1000111 100010 0 1000000 11000 1011100 110011 110100

Color Harmonies of #80C347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C347

Black with #80C347

Text Example


Text Example

White with #80C347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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