Html Css Color HEX #80C357 Mantis

📋 copy color: '#80C357'

red 128 ◦ green 195 ◦ blue 87

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

Shades of Mantis #80C357

Tints of Mantis #80C357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.22%

R = 31.22%
G = 47.56%
B = 21.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#80C357 (or 0x80C357) is known color: Mantis. HEX triplet: 80, C3 and 57. RGB value is (128,195,87). Sum of RGB (Red+Green+Blue) = 128+195+87=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 87 (34.38% from 255 or 21.22% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #80C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C357 is #7F3CA8. Grayscale: #A3A3A3. Windows color (decimal): -8338601 or 5751680. OLE color: 5751680.

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

Color convert

RGB 128 195 87 -
CMYK 0.34 0 0.55 0.24
HSL 97.22º 0.47% 0.55% -
HSV(B) 97.22º 0.55% 0.76% -
XYZ 30.14 44.31 15.98 -
YUV 162.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 128 195 87 0.34 0 0.55 0.24 97.22 0.47 0.55
Hex 80 C3 57 22 0 37 18 61 2F 37
Octal 200 303 127 42 0 67 30 141 57 67
Binary 10000000 11000011 1010111 100010 0 110111 11000 1100001 101111 110111

Color Harmonies of #80C357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C357

Black with #80C357

Text Example


Text Example

White with #80C357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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