#83BF68

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

Shades of Mantis #83BF68

Tints of Mantis #83BF68

Color information

#83BF68 (or 0x83BF68) is unknown color: approx Mantis. HEX triplet: 83, BF and 68. RGB value is (131,191,104). Sum of RGB (Red+Green+Blue) = 131+191+104=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 191 (75% from 255 or 44.84% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 191 - color contains mainly: green. Hex color #83BF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BF68 is #7C4097. Grayscale: #A3A3A3. Windows color (decimal): -8143000 or 6864771. OLE color: 6864771.

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

Color convert

RGB131191104-
CMYK0.3100.460.25
HSL101.38º40.47%57.84%-
HSV(B)101.38º45.55%74.9%-
XYZ30.4943.0919.81-
YUV163.1494.62105.07-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.75%
GREEN value IS 191 (75% from 255) = 44.84%
BLUE value IS 104 (41.02% from 255) = 24.41%
R=30.75%
G=44.84%
B=24.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1311911040.3100.460.25101.3840.4757.84
Hex83BF681F02E1965283a
Octal20327715037056311455072
Binary10000011101111111101000111110101110110011100101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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