#84BC61

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

Shades of Mantis #84BC61

Tints of Mantis #84BC61

Color information

#84BC61 (or 0x84BC61) is unknown color: approx Mantis. HEX triplet: 84, BC and 61. RGB value is (132,188,97). Sum of RGB (Red+Green+Blue) = 132+188+97=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 188 (73.83% from 255 or 45.08% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #84BC61 is #7B439E. Grayscale: #A1A1A1. Windows color (decimal): -8078239 or 6405252. OLE color: 6405252.

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

Color convert

RGB13218897-
CMYK0.3000.480.26
HSL96.92º40.44%55.88%-
HSV(B)96.92º48.4%73.73%-
XYZ29.6641.7417.8-
YUV160.8891.95107.4-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.65%
GREEN value IS 188 (73.83% from 255) = 45.08%
BLUE value IS 97 (38.28% from 255) = 23.26%
R=31.65%
G=45.08%
B=23.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132188970.3000.480.2696.9240.4455.88
Hex84BC611E0301A612838
Octal20427414136060321415070
Binary10000100101111001100001111100110000110101100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,188,97); }

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

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

 a { background-color: rgb(132,188,97); }

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

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

 span { border-color: rgb(132,188,97); }

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