#83C34C

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

Shades of Mantis #83C34C

Tints of Mantis #83C34C

Color information

#83C34C (or 0x83C34C) is unknown color: approx Mantis. HEX triplet: 83, C3 and 4C. RGB value is (131,195,76). Sum of RGB (Red+Green+Blue) = 131+195+76=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 76 (30.08% from 255 or 18.91% from 402); Max value from RGB is 195 - color contains mainly: green. Hex color #83C34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C34C is #7C3CB3. Grayscale: #A2A2A2. Windows color (decimal): -8142004 or 5030787. OLE color: 5030787.

HSL color Cylindrical-coordinate representation of color #83C34C: hue angle of 92.27º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #83C34C is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB13119576-
CMYK0.3300.610.24
HSL92.27º49.79%53.14%-
HSV(B)92.27º61.03%76.47%-
XYZ30.1844.3813.81-
YUV162.379.3105.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.59%
GREEN value IS 195 (76.56% from 255) = 48.51%
BLUE value IS 76 (30.08% from 255) = 18.91%
R=32.59%
G=48.51%
B=18.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195760.3300.610.2492.2749.7953.14
Hex83C34C2103D185c3235
Octal20330311441075301346265
Binary100000111100001110011001000010111101110001011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,195,76); }

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

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

 a { background-color: rgb(131,195,76); }

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

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

 span { border-color: rgb(131,195,76); }

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