#83C34B

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

Shades of Mantis #83C34B

Tints of Mantis #83C34B

Color information

#83C34B (or 0x83C34B) is unknown color: approx Mantis. HEX triplet: 83, C3 and 4B. RGB value is (131,195,75). Sum of RGB (Red+Green+Blue) = 131+195+75=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 195 (76.56% from 255 or 48.63% from 401); Blue value is 75 (29.69% from 255 or 18.70% from 401); Max value from RGB is 195 - color contains mainly: green. Hex color #83C34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C34B is #7C3CB4. Grayscale: #A2A2A2. Windows color (decimal): -8142005 or 4965251. OLE color: 4965251.

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

Color convert

RGB13119575-
CMYK0.3300.620.24
HSL92º50%52.94%-
HSV(B)92º61.54%76.47%-
XYZ30.1544.3613.63-
YUV162.1878.8105.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.67%
GREEN value IS 195 (76.56% from 255) = 48.63%
BLUE value IS 75 (29.69% from 255) = 18.70%
R=32.67%
G=48.63%
B=18.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195750.3300.620.24925052.94
Hex83C34B2103E185c3235
Octal20330311341076301346265
Binary100000111100001110010111000010111110110001011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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