#84C06C

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

Shades of Mantis #84C06C

Tints of Mantis #84C06C

Color information

#84C06C (or 0x84C06C) is unknown color: approx Mantis. HEX triplet: 84, C0 and 6C. RGB value is (132,192,108). Sum of RGB (Red+Green+Blue) = 132+192+108=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 108 (42.58% from 255 or 25% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #84C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C06C is #7B3F93. Grayscale: #A4A4A4. Windows color (decimal): -8077204 or 7127172. OLE color: 7127172.

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

Color convert

RGB132192108-
CMYK0.3100.440.25
HSL102.86º40%58.82%-
HSV(B)102.86º43.75%75.29%-
XYZ31.0743.6920.98-
YUV164.4896.12104.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.56%
GREEN value IS 192 (75.39% from 255) = 44.44%
BLUE value IS 108 (42.58% from 255) = 25%
R=30.56%
G=44.44%
B=25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321921080.3100.440.25102.864058.82
Hex84C06C1F02C1967283b
Octal20430015437054311475073
Binary10000100110000001101100111110101100110011100111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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