#83C14A

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

Shades of Mantis #83C14A

Tints of Mantis #83C14A

Color information

#83C14A (or 0x83C14A) is unknown color: approx Mantis. HEX triplet: 83, C1 and 4A. RGB value is (131,193,74). Sum of RGB (Red+Green+Blue) = 131+193+74=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 193 (75.78% from 255 or 48.49% from 398); Blue value is 74 (29.30% from 255 or 18.59% from 398); Max value from RGB is 193 - color contains mainly: green. Hex color #83C14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C14A is #7C3EB5. Grayscale: #A1A1A1. Windows color (decimal): -8142518 or 4899203. OLE color: 4899203.

HSL color Cylindrical-coordinate representation of color #83C14A: hue angle of 91.26º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #83C14A is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB13119374-
CMYK0.3200.620.24
HSL91.26º48.97%52.35%-
HSV(B)91.26º61.66%75.69%-
XYZ29.6743.4613.3-
YUV160.978.96106.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 32.91%
GREEN value IS 193 (75.78% from 255) = 48.49%
BLUE value IS 74 (29.30% from 255) = 18.59%
R=32.91%
G=48.49%
B=18.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131193740.3200.620.2491.2648.9752.35
Hex83C14A2003E185b3134
Octal20330111240076301336164
Binary100000111100000110010101000000111110110001011011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,193,74); }

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

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

 a { background-color: rgb(131,193,74); }

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

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

 span { border-color: rgb(131,193,74); }

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