#84BC4B

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

Shades of Mantis #84BC4B

Tints of Mantis #84BC4B

Color information

#84BC4B (or 0x84BC4B) is unknown color: approx Mantis. HEX triplet: 84, BC and 4B. RGB value is (132,188,75). Sum of RGB (Red+Green+Blue) = 132+188+75=395 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.42% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 75 (29.69% from 255 or 18.99% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #84BC4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BC4B is #7B43B4. Grayscale: #9E9E9E. Windows color (decimal): -8078261 or 4963460. OLE color: 4963460.

HSL color Cylindrical-coordinate representation of color #84BC4B: hue angle of 89.73º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #84BC4B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB13218875-
CMYK0.3000.600.26
HSL89.73º45.75%51.57%-
HSV(B)89.73º60.11%73.73%-
XYZ28.7741.3813.13-
YUV158.3780.95109.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.42%
GREEN value IS 188 (73.83% from 255) = 47.59%
BLUE value IS 75 (29.69% from 255) = 18.99%
R=33.42%
G=47.59%
B=18.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal132188750.3000.600.2689.7345.7551.57
Hex84BC4B1E03C1A5a2e34
Octal20427411336074321325664
Binary10000100101111001001011111100111100110101011010101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84BC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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