#84BD50

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

Shades of Mantis #84BD50

Tints of Mantis #84BD50

Color information

#84BD50 (or 0x84BD50) is unknown color: approx Mantis. HEX triplet: 84, BD and 50. RGB value is (132,189,80). Sum of RGB (Red+Green+Blue) = 132+189+80=401 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.92% from 401); Green value is 189 (74.22% from 255 or 47.13% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 189 - color contains mainly: green. Hex color #84BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BD50 is #7B42AF. Grayscale: #9F9F9F. Windows color (decimal): -8078000 or 5291396. OLE color: 5291396.

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

Color convert

RGB13218980-
CMYK0.3000.580.26
HSL91.38º45.23%52.75%-
HSV(B)91.38º57.67%74.12%-
XYZ29.1641.8814.14-
YUV159.5383.12108.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.92%
GREEN value IS 189 (74.22% from 255) = 47.13%
BLUE value IS 80 (31.64% from 255) = 19.95%
R=32.92%
G=47.13%
B=19.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132189800.3000.580.2691.3845.2352.75
Hex84BD501E03A1A5b2d35
Octal20427512036072321335565
Binary10000100101111011010000111100111010110101011011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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