#83BB55

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

Shades of Mantis #83BB55

Tints of Mantis #83BB55

Color information

#83BB55 (or 0x83BB55) is unknown color: approx Mantis. HEX triplet: 83, BB and 55. RGB value is (131,187,85). Sum of RGB (Red+Green+Blue) = 131+187+85=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 85 (33.59% from 255 or 21.09% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #83BB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #83BB55 is #7C44AA. Grayscale: #9E9E9E. Windows color (decimal): -8144043 or 5618563. OLE color: 5618563.

HSL color Cylindrical-coordinate representation of color #83BB55: hue angle of 92.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #83BB55 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB13118785-
CMYK0.3000.550.27
HSL92.94º42.86%53.33%-
HSV(B)92.94º54.55%73.33%-
XYZ28.7741.0215-
YUV158.6386.45108.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.51%
GREEN value IS 187 (73.44% from 255) = 46.40%
BLUE value IS 85 (33.59% from 255) = 21.09%
R=32.51%
G=46.40%
B=21.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131187850.3000.550.2792.9442.8653.33
Hex83BB551E0371B5d2b35
Octal20327312536067331355365
Binary10000011101110111010101111100110111110111011101101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,187,85); }

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

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

 a { background-color: rgb(131,187,85); }

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

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

 span { border-color: rgb(131,187,85); }

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