#83BD48

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

Shades of Mantis #83BD48

Tints of Mantis #83BD48

Color information

#83BD48 (or 0x83BD48) is unknown color: approx Mantis. HEX triplet: 83, BD and 48. RGB value is (131,189,72). Sum of RGB (Red+Green+Blue) = 131+189+72=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 189 (74.22% from 255 or 48.21% from 392); Blue value is 72 (28.52% from 255 or 18.37% from 392); Max value from RGB is 189 - color contains mainly: green. Hex color #83BD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83BD48 is #7C42B7. Grayscale: #9E9E9E. Windows color (decimal): -8143544 or 4767107. OLE color: 4767107.

HSL color Cylindrical-coordinate representation of color #83BD48: hue angle of 89.74º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83BD48 is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB13118972-
CMYK0.3100.620.26
HSL89.74º46.99%51.18%-
HSV(B)89.74º61.9%74.12%-
XYZ28.7341.6912.66-
YUV158.3279.28108.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.42%
GREEN value IS 189 (74.22% from 255) = 48.21%
BLUE value IS 72 (28.52% from 255) = 18.37%
R=33.42%
G=48.21%
B=18.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal131189720.3100.620.2689.7446.9951.18
Hex83BD481F03E1A5a2f33
Octal20327511037076321325763
Binary10000011101111011001000111110111110110101011010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83BD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,189,72); }

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

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

 a { background-color: rgb(131,189,72); }

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

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

 span { border-color: rgb(131,189,72); }

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