#84bd49

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

Shades of Mantis #84BD49

Tints of Mantis #84BD49

Color information

#84BD49 (or 0x84BD49) is unknown color: approx Mantis. HEX triplet: 84, BD and 49. RGB value is (132,189,73). Sum of RGB (Red+Green+Blue) = 132+189+73=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 189 (74.22% from 255 or 47.97% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BD49 is #7B42B6. Grayscale: #9F9F9F. Windows color (decimal): -8078007 or 4832644. OLE color: 4832644.

HSL color Cylindrical-coordinate representation of color #84BD49: hue angle of 89.48º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #84BD49 is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB13218973-
CMYK0.3000.610.26
HSL89.48º46.77%51.37%-
HSV(B)89.48º61.38%74.12%-
XYZ28.9241.7812.84-
YUV158.7379.62108.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.50%
GREEN value IS 189 (74.22% from 255) = 47.97%
BLUE value IS 73 (28.91% from 255) = 18.53%
R=33.50%
G=47.97%
B=18.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189730.3000.610.2689.4846.7751.37
Hex84BD491E03D1A592f33
Octal20427511136075321315763
Binary10000100101111011001001111100111101110101011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84bd49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,189,73); }

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

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

 a { background-color: rgb(132,189,73); }

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

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

 span { border-color: rgb(132,189,73); }

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