#84CB4D

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

Shades of Mantis #84CB4D

Tints of Mantis #84CB4D

Color information

#84CB4D (or 0x84CB4D) is unknown color: approx Mantis. HEX triplet: 84, CB and 4D. RGB value is (132,203,77). Sum of RGB (Red+Green+Blue) = 132+203+77=412 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.04% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 77 (30.47% from 255 or 18.69% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #84CB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84CB4D is #7B34B2. Grayscale: #A7A7A7. Windows color (decimal): -8074419 or 5098372. OLE color: 5098372.

HSL color Cylindrical-coordinate representation of color #84CB4D: hue angle of 93.81º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #84CB4D is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB13220377-
CMYK0.3500.620.20
HSL93.81º54.78%54.9%-
HSV(B)93.81º62.07%79.61%-
XYZ32.2148.1514.62-
YUV167.4176.98102.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.04%
GREEN value IS 203 (79.69% from 255) = 49.27%
BLUE value IS 77 (30.47% from 255) = 18.69%
R=32.04%
G=49.27%
B=18.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal132203770.3500.620.2093.8154.7854.9
Hex84CB4D2303E145e3737
Octal20431311543076241366767
Binary100001001100101110011011000110111110101001011110110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,203,77); }

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

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

 a { background-color: rgb(132,203,77); }

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

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

 span { border-color: rgb(132,203,77); }

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