Html Css Color HEX #80C352 Mantis

📋 copy color: '#80C352'

red 128 ◦ green 195 ◦ blue 82

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

Shades of Mantis #80C352

Tints of Mantis #80C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.25%

R = 31.6%
G = 48.15%
B = 20.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#80C352 (or 0x80C352) is known color: Mantis. HEX triplet: 80, C3 and 52. RGB value is (128,195,82). Sum of RGB (Red+Green+Blue) = 128+195+82=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 82 (32.42% from 255 or 20.25% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #80C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C352 is #7F3CAD. Grayscale: #A2A2A2. Windows color (decimal): -8338606 or 5424000. OLE color: 5424000.

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

Color convert

RGB 128 195 82 -
CMYK 0.34 0 0.58 0.24
HSL 95.58º 0.48% 0.54% -
HSV(B) 95.58º 0.58% 0.76% -
XYZ 29.94 44.23 14.94 -
YUV 162.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 128 195 82 0.34 0 0.58 0.24 95.58 0.48 0.54
Hex 80 C3 52 22 0 3A 18 60 30 36
Octal 200 303 122 42 0 72 30 140 60 66
Binary 10000000 11000011 1010010 100010 0 111010 11000 1100000 110000 110110

Color Harmonies of #80C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C352

Black with #80C352

Text Example


Text Example

White with #80C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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