#84BF4D

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

Shades of Mantis #84BF4D

Tints of Mantis #84BF4D

Color information

#84BF4D (or 0x84BF4D) is unknown color: approx Mantis. HEX triplet: 84, BF and 4D. RGB value is (132,191,77). Sum of RGB (Red+Green+Blue) = 132+191+77=400 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 77 (30.47% from 255 or 19.25% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF4D is #7B40B2. Grayscale: #A0A0A0. Windows color (decimal): -8077491 or 5095300. OLE color: 5095300.

HSL color Cylindrical-coordinate representation of color #84BF4D: hue angle of 91.05º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84BF4D is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB13219177-
CMYK0.3100.600.25
HSL91.05º47.11%52.55%-
HSV(B)91.05º59.69%74.9%-
XYZ29.4942.713.71-
YUV160.3680.95107.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33%
GREEN value IS 191 (75% from 255) = 47.75%
BLUE value IS 77 (30.47% from 255) = 19.25%
R=33%
G=47.75%
B=19.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191770.3100.600.2591.0547.1152.55
Hex84BF4D1F03C195b2f35
Octal20427711537074311335765
Binary10000100101111111001101111110111100110011011011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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