#83C86B

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

Shades of Mantis #83C86B

Tints of Mantis #83C86B

Color information

#83C86B (or 0x83C86B) is unknown color: approx Mantis. HEX triplet: 83, C8 and 6B. RGB value is (131,200,107). Sum of RGB (Red+Green+Blue) = 131+200+107=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #83C86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C86B is #7C3794. Grayscale: #A9A9A9. Windows color (decimal): -8140693 or 7063683. OLE color: 7063683.

HSL color Cylindrical-coordinate representation of color #83C86B: hue angle of 104.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83C86B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB131200107-
CMYK0.3400.460.22
HSL104.52º45.81%60.2%-
HSV(B)104.52º46.5%78.43%-
XYZ32.6747.221.3-
YUV168.7793.14101.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 200 (78.52% from 255) = 45.66%
BLUE value IS 107 (42.19% from 255) = 24.43%
R=29.91%
G=45.66%
B=24.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1312001070.3400.460.22104.5245.8160.2
Hex83C86B2202E16692e3c
Octal20331015342056261515674
Binary100000111100100011010111000100101110101101101001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,200,107); }

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

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

 a { background-color: rgb(131,200,107); }

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

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

 span { border-color: rgb(131,200,107); }

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