#83C158

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

Shades of Mantis #83C158

Tints of Mantis #83C158

Color information

#83C158 (or 0x83C158) is unknown color: approx Mantis. HEX triplet: 83, C1 and 58. RGB value is (131,193,88). Sum of RGB (Red+Green+Blue) = 131+193+88=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 88 (34.77% from 255 or 21.36% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #83C158 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C158 is #7C3EA7. Grayscale: #A2A2A2. Windows color (decimal): -8142504 or 5816707. OLE color: 5816707.

HSL color Cylindrical-coordinate representation of color #83C158: hue angle of 95.43º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #83C158 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB13119388-
CMYK0.3200.540.24
HSL95.43º45.85%55.1%-
HSV(B)95.43º54.4%75.69%-
XYZ30.1943.6716.07-
YUV162.4985.96105.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.80%
GREEN value IS 193 (75.78% from 255) = 46.84%
BLUE value IS 88 (34.77% from 255) = 21.36%
R=31.80%
G=46.84%
B=21.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193880.3200.540.2495.4345.8555.1
Hex83C15820036185f2e37
Octal20330113040066301375667
Binary100000111100000110110001000000110110110001011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,88); }

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

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

 a { background-color: rgb(131,193,88); }

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

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

 span { border-color: rgb(131,193,88); }

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