Html Css Color HEX #80C372 Mantis

📋 copy color: '#80C372'

red 128 ◦ green 195 ◦ blue 114

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

Shades of Mantis #80C372

Tints of Mantis #80C372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.09%

R = 29.29%
G = 44.62%
B = 26.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#80C372 (or 0x80C372) is known color: Mantis. HEX triplet: 80, C3 and 72. RGB value is (128,195,114). Sum of RGB (Red+Green+Blue) = 128+195+114=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 195 (76.56% from 255 or 44.62% from 437); Blue value is 114 (44.92% from 255 or 26.09% from 437); Max value from RGB is 195 - color contains mainly: green. Hex color #80C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80C372 is #7F3C8D. Grayscale: #A5A5A5. Windows color (decimal): -8338574 or 7521152. OLE color: 7521152.

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

Color convert

RGB 128 195 114 -
CMYK 0.34 0 0.42 0.24
HSL 109.63º 0.4% 0.61% -
HSV(B) 109.63º 0.42% 0.76% -
XYZ 31.45 44.83 22.92 -
YUV 165.73 98.8 101.09 -
System Red Green Blue C M Y K H S L
Decimal 128 195 114 0.34 0 0.42 0.24 109.63 0.4 0.61
Hex 80 C3 72 22 0 2A 18 6E 28 3D
Octal 200 303 162 42 0 52 30 156 50 75
Binary 10000000 11000011 1110010 100010 0 101010 11000 1101110 101000 111101

Color Harmonies of #80C372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C372

Black with #80C372

Text Example


Text Example

White with #80C372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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