#84D65F

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

Shades of Mantis #84D65F

Tints of Mantis #84D65F

Color information

#84D65F (or 0x84D65F) is unknown color: approx Mantis. HEX triplet: 84, D6 and 5F. RGB value is (132,214,95). Sum of RGB (Red+Green+Blue) = 132+214+95=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 95 (37.5% from 255 or 21.54% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #84D65F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D65F is #7B29A0. Grayscale: #B0B0B0. Windows color (decimal): -8071585 or 6280836. OLE color: 6280836.

HSL color Cylindrical-coordinate representation of color #84D65F: hue angle of 101.34º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #84D65F is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB13221495-
CMYK0.3800.560.16
HSL101.34º59.2%60.59%-
HSV(B)101.34º55.61%83.92%-
XYZ35.6353.8219.34-
YUV175.9282.3396.68-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.93%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 95 (37.5% from 255) = 21.54%
R=29.93%
G=48.53%
B=21.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132214950.3800.560.16101.3459.260.59
Hex84D65F2603810653b3d
Octal20432613746070201457375
Binary100001001101011010111111001100111000100001100101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,214,95); }

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

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

 a { background-color: rgb(132,214,95); }

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

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

 span { border-color: rgb(132,214,95); }

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