#83C345

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

Shades of Mantis #83C345

Tints of Mantis #83C345

Color information

#83C345 (or 0x83C345) is unknown color: approx Mantis. HEX triplet: 83, C3 and 45. RGB value is (131,195,69). Sum of RGB (Red+Green+Blue) = 131+195+69=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 195 (76.56% from 255 or 49.37% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 195 - color contains mainly: green. Hex color #83C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83C345 is #7C3CBA. Grayscale: #A1A1A1. Windows color (decimal): -8142011 or 4572035. OLE color: 4572035.

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

Color convert

RGB13119569-
CMYK0.3300.650.24
HSL90.48º51.22%51.76%-
HSV(B)90.48º64.62%76.47%-
XYZ29.9544.2912.6-
YUV161.575.8106.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.16%
GREEN value IS 195 (76.56% from 255) = 49.37%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=33.16%
G=49.37%
B=17.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131195690.3300.650.2490.4851.2251.76
Hex83C34521041185a3334
Octal203303105410101301326364
Binary1000001111000011100010110000101000001110001011010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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