#84BF5F

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

Shades of Mantis #84BF5F

Tints of Mantis #84BF5F

Color information

#84BF5F (or 0x84BF5F) is unknown color: approx Mantis. HEX triplet: 84, BF and 5F. RGB value is (132,191,95). Sum of RGB (Red+Green+Blue) = 132+191+95=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BF5F is #7B40A0. Grayscale: #A2A2A2. Windows color (decimal): -8077473 or 6274948. OLE color: 6274948.

HSL color Cylindrical-coordinate representation of color #84BF5F: hue angle of 96.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #84BF5F is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB13219195-
CMYK0.3100.500.25
HSL96.88º42.86%56.08%-
HSV(B)96.88º50.26%74.9%-
XYZ30.2142.9917.53-
YUV162.4289.95106.31-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.58%
GREEN value IS 191 (75% from 255) = 45.69%
BLUE value IS 95 (37.5% from 255) = 22.73%
R=31.58%
G=45.69%
B=22.73%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191950.3100.500.2596.8842.8656.08
Hex84BF5F1F03219612b38
Octal20427713737062311415370
Binary10000100101111111011111111110110010110011100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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