#84D75D

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

Shades of Mantis #84D75D

Tints of Mantis #84D75D

Color information

#84D75D (or 0x84D75D) is unknown color: approx Mantis. HEX triplet: 84, D7 and 5D. RGB value is (132,215,93). Sum of RGB (Red+Green+Blue) = 132+215+93=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 215 - color contains mainly: green. Hex color #84D75D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84D75D is #7B28A2. Grayscale: #B0B0B0. Windows color (decimal): -8071331 or 6150020. OLE color: 6150020.

HSL color Cylindrical-coordinate representation of color #84D75D: hue angle of 100.82º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #84D75D is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB13221593-
CMYK0.3900.570.16
HSL100.82º60.4%60.39%-
HSV(B)100.82º56.74%84.31%-
XYZ35.7954.318.95-
YUV176.288196.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30%
GREEN value IS 215 (84.38% from 255) = 48.86%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=30%
G=48.86%
B=21.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132215930.3900.570.16100.8260.460.39
Hex84D75D2703910653c3c
Octal20432713547071201457474
Binary100001001101011110111011001110111001100001100101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,215,93); }

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

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

 a { background-color: rgb(132,215,93); }

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

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

 span { border-color: rgb(132,215,93); }

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