#83B752

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

Shades of Mantis #83B752

Tints of Mantis #83B752

Color information

#83B752 (or 0x83B752) is unknown color: approx Mantis. HEX triplet: 83, B7 and 52. RGB value is (131,183,82). Sum of RGB (Red+Green+Blue) = 131+183+82=396 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.08% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #83B752 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83B752 is #7C48AD. Grayscale: #9C9C9C. Windows color (decimal): -8145070 or 5420931. OLE color: 5420931.

HSL color Cylindrical-coordinate representation of color #83B752: hue angle of 90.89º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83B752 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB13118382-
CMYK0.2800.550.28
HSL90.89º41.22%51.96%-
HSV(B)90.89º55.19%71.76%-
XYZ27.8239.314.1-
YUV155.9486.27110.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.08%
GREEN value IS 183 (71.88% from 255) = 46.21%
BLUE value IS 82 (32.42% from 255) = 20.71%
R=33.08%
G=46.21%
B=20.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal131183820.2800.550.2890.8941.2251.96
Hex83B7521C0371C5b2934
Octal20326712234067341335164
Binary10000011101101111010010111000110111111001011011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83B752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,183,82); }

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

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

 a { background-color: rgb(131,183,82); }

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

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

 span { border-color: rgb(131,183,82); }

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