#84c372

Color #84C372 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #84C372

Tints of Mantis #84C372

Color information

#84C372 (or 0x84C372) is unknown color: approx Mantis. HEX triplet: 84, C3 and 72. RGB value is (132,195,114). Sum of RGB (Red+Green+Blue) = 132+195+114=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 195 (76.56% from 255 or 44.22% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 195 - color contains mainly: green. Hex color #84C372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C372 is #7B3C8D. Grayscale: #A7A7A7. Windows color (decimal): -8076430 or 7521156. OLE color: 7521156.

HSL color Cylindrical-coordinate representation of color #84C372: hue angle of 106.67º 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 #84C372 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB132195114-
CMYK0.3200.420.24
HSL106.67º40.3%60.59%-
HSV(B)106.67º41.54%76.47%-
XYZ32.0745.1522.94-
YUV166.9398.13103.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 195 (76.56% from 255) = 44.22%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=29.93%
G=44.22%
B=25.85%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1321951140.3200.420.24106.6740.360.59
Hex84C3722002A186b283d
Octal20430316240052301535075
Binary100001001100001111100101000000101010110001101011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84c372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84c372; }

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

 H1.HeaderClassName
 {
   color: #84c372;
 }
 .AnyTagClassName
 {
   color: #84c372;
 }
</style>
background-color css

<style>
 a { background-color: #84c372; }

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

 div.DivClassName
 {
   background-color: #84c372;
 }
 .BgClassName
 {
   background-color: #84c372;
 }
</style>
border-color css

<style>
 span { border-color: #84c372; }

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

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