#84C150

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

Shades of Mantis #84C150

Tints of Mantis #84C150

Color information

#84C150 (or 0x84C150) is unknown color: approx Mantis. HEX triplet: 84, C1 and 50. RGB value is (132,193,80). Sum of RGB (Red+Green+Blue) = 132+193+80=405 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.59% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 80 (31.64% from 255 or 19.75% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #84C150 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C150 is #7B3EAF. Grayscale: #A2A2A2. Windows color (decimal): -8076976 or 5292420. OLE color: 5292420.

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

Color convert

RGB13219380-
CMYK0.3200.590.24
HSL92.39º47.68%53.53%-
HSV(B)92.39º58.55%75.69%-
XYZ30.0343.6214.43-
YUV161.8881.79106.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.59%
GREEN value IS 193 (75.78% from 255) = 47.65%
BLUE value IS 80 (31.64% from 255) = 19.75%
R=32.59%
G=47.65%
B=19.75%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal132193800.3200.590.2492.3947.6853.53
Hex84C1502003B185c3036
Octal20430112040073301346066
Binary100001001100000110100001000000111011110001011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,193,80); }

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

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

 a { background-color: rgb(132,193,80); }

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

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

 span { border-color: rgb(132,193,80); }

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