#83bf4b

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

Shades of Mantis #83BF4B

Tints of Mantis #83BF4B

Color information

#83BF4B (or 0x83BF4B) is unknown color: approx Mantis. HEX triplet: 83, BF and 4B. RGB value is (131,191,75). Sum of RGB (Red+Green+Blue) = 131+191+75=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 75 (29.69% from 255 or 18.89% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF4B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BF4B is #7C40B4. Grayscale: #A0A0A0. Windows color (decimal): -8143029 or 4964227. OLE color: 4964227.

HSL color Cylindrical-coordinate representation of color #83BF4B: hue angle of 91.03º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83BF4B is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB13119175-
CMYK0.3100.610.25
HSL91.03º47.54%52.16%-
HSV(B)91.03º60.73%74.9%-
XYZ29.2642.5913.34-
YUV159.8480.12107.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.00%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 75 (29.69% from 255) = 18.89%
R=33.00%
G=48.11%
B=18.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131191750.3100.610.2591.0347.5452.16
Hex83BF4B1F03D195b3034
Octal20327711337075311336064
Binary10000011101111111001011111110111101110011011011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83bf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,191,75); }

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

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

 a { background-color: rgb(131,191,75); }

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

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

 span { border-color: rgb(131,191,75); }

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