#84BF4A

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

Shades of Mantis #84BF4A

Tints of Mantis #84BF4A

Color information

#84BF4A (or 0x84BF4A) is unknown color: approx Mantis. HEX triplet: 84, BF and 4A. RGB value is (132,191,74). Sum of RGB (Red+Green+Blue) = 132+191+74=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BF4A is #7B40B5. Grayscale: #A0A0A0. Windows color (decimal): -8077494 or 4898692. OLE color: 4898692.

HSL color Cylindrical-coordinate representation of color #84BF4A: hue angle of 90.26º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84BF4A is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB13219174-
CMYK0.3100.610.25
HSL90.26º47.76%51.96%-
HSV(B)90.26º61.26%74.9%-
XYZ29.3842.6613.16-
YUV160.0279.45108.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.25%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 74 (29.30% from 255) = 18.64%
R=33.25%
G=48.11%
B=18.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal132191740.3100.610.2590.2647.7651.96
Hex84BF4A1F03D195a3034
Octal20427711237075311326064
Binary10000100101111111001010111110111101110011011010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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