#84C860

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

Shades of Mantis #84C860

Tints of Mantis #84C860

Color information

#84C860 (or 0x84C860) is unknown color: approx Mantis. HEX triplet: 84, C8 and 60. RGB value is (132,200,96). Sum of RGB (Red+Green+Blue) = 132+200+96=428 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.84% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #84C860 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84C860 is #7B379F. Grayscale: #A8A8A8. Windows color (decimal): -8075168 or 6342788. OLE color: 6342788.

HSL color Cylindrical-coordinate representation of color #84C860: hue angle of 99.23º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #84C860 is Cyan = 0.34, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB13220096-
CMYK0.3400.520.22
HSL99.23º48.6%58.04%-
HSV(B)99.23º52%78.43%-
XYZ32.2847.0618.45-
YUV167.8187.47102.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.84%
GREEN value IS 200 (78.52% from 255) = 46.73%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=30.84%
G=46.73%
B=22.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal132200960.3400.520.2299.2348.658.04
Hex84C860220341663313a
Octal20431014042064261436172
Binary100001001100100011000001000100110100101101100011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84C860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,200,96); }

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

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

 a { background-color: rgb(132,200,96); }

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

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

 span { border-color: rgb(132,200,96); }

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