#84C061

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

Shades of Mantis #84C061

Tints of Mantis #84C061

Color information

#84C061 (or 0x84C061) is unknown color: approx Mantis. HEX triplet: 84, C0 and 61. RGB value is (132,192,97). Sum of RGB (Red+Green+Blue) = 132+192+97=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #84C061 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C061 is #7B3F9E. Grayscale: #A3A3A3. Windows color (decimal): -8077215 or 6406276. OLE color: 6406276.

HSL color Cylindrical-coordinate representation of color #84C061: hue angle of 97.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84C061 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB13219297-
CMYK0.3100.490.25
HSL97.89º42.99%56.67%-
HSV(B)97.89º49.48%75.29%-
XYZ30.5243.4718.09-
YUV163.2390.62105.72-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 192 (75.39% from 255) = 45.61%
BLUE value IS 97 (38.28% from 255) = 23.04%
R=31.35%
G=45.61%
B=23.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132192970.3100.490.2597.8942.9956.67
Hex84C0611F03119622b39
Octal20430014137061311425371
Binary10000100110000001100001111110110001110011100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,192,97); }

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

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

 a { background-color: rgb(132,192,97); }

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

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

 span { border-color: rgb(132,192,97); }

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