#83C360

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

Shades of Mantis #83C360

Tints of Mantis #83C360

Color information

#83C360 (or 0x83C360) is unknown color: approx Mantis. HEX triplet: 83, C3 and 60. RGB value is (131,195,96). Sum of RGB (Red+Green+Blue) = 131+195+96=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #83C360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83C360 is #7C3C9F. Grayscale: #A4A4A4. Windows color (decimal): -8141984 or 6341507. OLE color: 6341507.

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

Color convert

RGB13119596-
CMYK0.3300.510.24
HSL98.79º45.21%57.06%-
HSV(B)98.79º50.77%76.47%-
XYZ30.9944.718.06-
YUV164.5889.3104.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 31.04%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=31.04%
G=46.21%
B=22.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195960.3300.510.2498.7945.2157.06
Hex83C3602103318632d39
Octal20330314041063301435571
Binary100000111100001111000001000010110011110001100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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