#83BC4A

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

Shades of Mantis #83BC4A

Tints of Mantis #83BC4A

Color information

#83BC4A (or 0x83BC4A) is unknown color: approx Mantis. HEX triplet: 83, BC and 4A. RGB value is (131,188,74). Sum of RGB (Red+Green+Blue) = 131+188+74=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 188 (73.83% from 255 or 47.84% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 188 - color contains mainly: green. Hex color #83BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BC4A is #7C43B5. Grayscale: #9E9E9E. Windows color (decimal): -8143798 or 4897923. OLE color: 4897923.

HSL color Cylindrical-coordinate representation of color #83BC4A: hue angle of 90º degrees, saturation: 0.46, 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 #83BC4A is Cyan = 0.30, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB13118874-
CMYK0.3000.610.26
HSL90º45.97%51.37%-
HSV(B)90º60.64%73.73%-
XYZ28.5841.2912.94-
YUV157.9680.62108.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.33%
GREEN value IS 188 (73.83% from 255) = 47.84%
BLUE value IS 74 (29.30% from 255) = 18.83%
R=33.33%
G=47.84%
B=18.83%

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
Decimal131188740.3000.610.269045.9751.37
Hex83BC4A1E03D1A5a2e33
Octal20327411236075321325663
Binary10000011101111001001010111100111101110101011010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83BC4A; }

 p { color: rgb(131,188,74); }

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

<style>
 a { background-color: #83BC4A; }

 a { background-color: rgb(131,188,74); }

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

<style>
 span { border-color: #83BC4A; }

 span { border-color: rgb(131,188,74); }

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